一键导入
influx
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
cpmodel is a skill for creating linear change point models that are often used in the the monitoring and verification of whole building energy use. It is a CLI tool that aids in completing the required regressions.
mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this.
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Neobem is a domain specific language for generating EnergyPlus idf files. It is a simple epxression based language that is a superset of the `idf` file format. It should be used when you want to generate idf files with paramaterization and abstraction.
This skill is used to easily interact with the Iowa Enviornmental Mesonet weather API. It is an excellent source of historical hourly weather data. It has been wrapped into a simple CLI tool.
| name | influx |
| description | We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data. |
We use influx as our time series database for building automation system data. We use the Open Source version v2. This skill describes the setup and tools for making use of that data.
You can get a list of our buckets using the script:
influx_buckets
and a list of the available trends (measurements):
influx_meas
We store each trend as a unique measurement.
You can use the influx CLI directly to get back annotated CSV data from a flux query.