Supported Inputs
AoT: AoT Version
- Manufacturer: AoT
- Measurements: Version as Major.Minor.Revision
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
AoT: CPU Load
- Manufacturer: AoT
- Measurements: CPULoad
- Libraries: os.getloadavg()
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
AoT: Free Space
- Manufacturer: AoT
- Measurements: Unallocated Disk Space
- Libraries: os.statvfs()
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
AoT: GL: Aerial Photo Overlay
- Manufacturer: AoT
- Measurements: Status
- Libraries: gis_image_overlay
ユーザーがアップロードした航空写真・ドローン写真を地図上にオーバーレイします。アップロード時、写真に含まれるGPSとカメラ姿勢情報(EXIF/XMP)を用いて自動配置され、その後四隅をドラッグして地図の地形物に合わせて微調整できます。
| Image URL |
| Corner coordinates (JSON) |
| Opacity |
| Extracted metadata (JSON) |
AoT: Output State (On/Off)
- Manufacturer: AoT
- Measurements: Boolean
This Input stores a 0 (off) or 1 (on) for the selected On/Off Output.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| On/Off Output Channel | Select Channel (Output_Channels) | Select an output to measure |
AoT: Server Ping
- Manufacturer: AoT
- Measurements: Boolean
- Libraries: ping
This Input executes the bash command "ping -c [times] -w [deadline] [host]" to determine if the host can be pinged.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AoT: Server Port Open
- Manufacturer: AoT
- Measurements: Boolean
- Libraries: nc
This Input executes the bash command "nc -zv [host] [port]" to determine if the host at a particular port is accessible.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AoT: Spacer
A spacer to organize Inputs.
| 色 | Text - Default Value: #000000 | The color of the name text |
AoT: System and AoT RAM
- Manufacturer: AoT
- Measurements: RAM Allocation
- Libraries: psutil, resource.getrusage()
- Dependencies: psutil
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| AoT Frontend RAM Endpoint | Text - Default Value: https://127.0.0.1/ram | The endpoint to get AoT frontend ram usage |
- Manufacturer: AoT
- Measurements: Variable measurements
This is a simple test Input that allows you to save any value as a measurement, that will be stored in the measurement database. It can be useful for testing other parts of AoT, such as PIDs, Bang-Bang, and Conditional Functions, since you can be completely in control of what values the input provides to the Functions. Note 1: Select and save the Name and Measurement Unit for each channel. Once the unit has been saved, you can convert to other units in the Convert Measurement section. Note 2: Activate the Input before storing measurements.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| Commands |
| Enter the Value you want to store as a measurement, then press Store Measurement. |
| チャネル | Integer | This is the channel to save the measurement value to |
| 値 | Decimal - Default Value: 10.0 | This is the measurement value to save for this Input |
| 測定値を保存 | Button | |
AoT: Uptime
- Manufacturer: AoT
- Measurements: Seconds Since System Startup
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
AoT: リモート AoT: 測定値一覧
- Manufacturer: AoT
- Measurements: Variable measurements
- Libraries: requests
- Dependencies: requests
別のAoTサーバーの測定値をAPI経由で収集します。ホストとAPIキーを入力し、測定数を設定して保存すると、リモート測定のドロップダウンにそのサーバーで利用できるチャンネルが表示されます。チャンネルごとに1つ選び、ドロップダウンに表示された単位に合わせて測定単位を設定してください。値はリモートのタイムスタンプのまま保存され、リモート側チャンネルに設定された変換は適用済みで届きます。
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| リモートAoTホスト | Text | リモートAoTのホストまたはIPアドレス(ポートを含められます。例: 192.168.0.9:8084) |
| リモートAoT APIキー | Text | リモートAoTのAPIキー。そのサーバーに表示された値をそのまま入力します |
| プロトコル | Select(Options: [HTTPS | HTTP] (Default in bold) | 信頼できるネットワークで平文HTTPからのみ到達できる場合を除き、HTTPSを使用してください |
| TLS証明書を検証 | Boolean - Default Value: True | リモートサーバーの証明書を検証します。信頼できるネットワーク上の自己署名証明書の場合のみ無効にしてください — 無効の間は中間者にAPIキーを読み取られる可能性があります |
| リクエストタイムアウト(秒) | Integer - Default Value: 30 | HTTP読み取りタイムアウト。リモートサーバーが大きな一括要求への応答に時間がかかる場合は延ばしてください |
| 初回の遡り収集(時間) | Integer - Default Value: 24 | 初回実行時に何時間前まで収集するかを指定します。以降の実行では前回の収集以降に届いた値のみ取得します |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| リモート測定 | このチャンネルに収集するリモートAoTの測定 |
Linux: Bash Command
- Manufacturer: Linux
- Measurements: Return Value
- Interfaces: AoT
This Input will execute a command in the shell and store the output as a float value. Perform any unit conversions within your script or command. A measurement/unit is required to be selected.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| コマンドタイムアウト | Integer - Default Value: 60 | How long to wait for the command to finish before killing the process. |
| ユーザー | Text - Default Value: aot | コマンドを実行するユーザー |
| 現在の作業ディレクトリ | Text - Default Value: /home/pi | The current working directory of the shell environment. |
Linux: Python 3 Code (v1.0)
- Manufacturer: Linux
- Measurements: Store Value(s)
- Interfaces: AoT
- Dependencies: pylint
All channels require a Measurement Unit to be selected and saved in order to store values to the database. Your code is executed from the same Python virtual environment that AoT runs from. Therefore, you must install Python libraries to this environment if you want them to be available to your code. This virtualenv is located at /opt/AoT/env and if you wanted to install a library, for example "my_library" using pip, you would execute "sudo /opt/AoT/env/bin/pip install my_library".
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Analyze Python Code with Pylint | Boolean - Default Value: True | Analyze your Python code with pylint when saving |
Linux: Python 3 Code (v2.0)
- Manufacturer: Linux
- Measurements: Store Value(s)
- Interfaces: AoT
- Dependencies: pylint
This is an alternate Python 3 Code Input that uses a different method for storing values to the database. This was created because the Python 3 Code v1.0 Input does not allow the use of Input Actions. This method does allow the use of Input Actions. (11/21/2023 Update: The Python 3 Code (v1.0) Input now allows the execution of Actions). All channels require a Measurement Unit to be selected and saved in order to store values to the database. Your code is executed from the same Python virtual environment that AoT runs from. Therefore, you must install Python libraries to this environment if you want them to be available to your code. This virtualenv is located at /opt/AoT/env and if you wanted to install a library, for example "my_library" using pip, you would execute "sudo /opt/AoT/env/bin/pip install my_library".
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Python 3 Code | The code to execute. Must return a value. |
| Analyze Python Code with Pylint | Boolean - Default Value: True | Analyze your Python code with pylint when saving |
Raspberry Pi: CPU/GPU Temperature
- Manufacturer: Raspberry Pi
- Measurements: Temperature
- Interfaces: RPi
The internal CPU and GPU temperature of the Raspberry Pi.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Path for CPU Temperature | Text - Default Value: /sys/class/thermal/thermal_zone0/temp | Reads the CPU temperature from this file |
| Path to vcgencmd | Text - Default Value: /usr/bin/vcgencmd | Reads the GPU from vcgencmd |
Raspberry Pi: Edge Detection
- Manufacturer: Raspberry Pi
- Measurements: Rising/Falling Edge
- Interfaces: GPIO
- Libraries: RPi.GPIO
- Dependencies: RPi.GPIO
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Pin Mode | Select(Options: [Floating | Pull Down | Pull Up] (Default in bold) | Enables or disables the pull-up or pull-down resistor |
Raspberry Pi: GPIO State
- Manufacturer: Raspberry Pi
- Measurements: GPIO State
- Interfaces: GPIO
- Libraries: RPi.GPIO
- Dependencies: RPi.GPIO
Measures the state of a GPIO pin, returning either 0 (low) or 1 (high).
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Pin Mode | Select(Options: [Floating | Pull Down | Pull Up] (Default in bold) | Enables or disables the pull-up or pull-down resistor |
Raspberry Pi: Signal (PWM)
- Manufacturer: Raspberry Pi
- Measurements: Frequency/Pulse Width/Duty Cycle
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Raspberry Pi: Signal (Revolutions) (pigpio method #1)
- Manufacturer: Raspberry Pi
- Measurements: RPM
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
This calculates RPM from pulses on a pin using pigpio, but has been found to be less accurate than the method #2 module. This is typically used to measure the speed of a fan from a tachometer pin, however this can be used to measure any 3.3-volt pulses from a wire. Use a resistor to pull the measurement pin to 3.3 volts, set pigpio to the lowest latency (1 ms) on the Configure -> Raspberry Pi page. Note 1: Not setting pigpio to the lowest latency will hinder accuracy. Note 2: accuracy decreases as RPM increases.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Raspberry Pi: Signal (Revolutions) (pigpio method #2)
- Manufacturer: Raspberry Pi
- Measurements: RPM
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
This is an alternate method to calculate RPM from pulses on a pin using pigpio, and has been found to be more accurate than the method #1 module. This is typically used to measure the speed of a fan from a tachometer pin, however this can be used to measure any 3.3-volt pulses from a wire. Use a resistor to pull the measurement pin to 3.3 volts, set pigpio to the lowest latency (1 ms) on the Configure -> Raspberry Pi page. Note 1: Not setting pigpio to the lowest latency will hinder accuracy. Note 2: accuracy decreases as RPM increases.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ピン: GPIO (BCM) | Integer | The pin to measure pulses from |
| サンプル時間 (Seconds) | Decimal - Default Value: 5.0 | サンプリング継続時間 |
| 回転あたりのパルス数 | Decimal - Default Value: 15.8 | 回転数 (RPM) を計算するための1回転あたりのパルス数 |
AMS: AS7262
- Manufacturer: AMS
- Measurements: Light at 450, 500, 550, 570, 600, 650 nm
- Interfaces: I2C
- Libraries: as7262
- Dependencies: as7262
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ゲイン | Select(Options: [1x | 3.7x | 16x | 64x] (Default in bold) | Set the sensor gain |
| Illumination LED Current | Select(Options: [12.5 mA | 25 mA | 50 mA | 100 mA] (Default in bold) | Set the illumination LED current (milliamps) |
| Illumination LED Mode | Select(Options: [On | Off] (Default in bold) | Turn the illumination LED on or off during a measurement |
| Indicator LED Current | Select(Options: [1 mA | 2 mA | 4 mA | 8 mA] (Default in bold) | Set the indicator LED current (milliamps) |
| Indicator LED Mode | Select(Options: [On | Off] (Default in bold) | Turn the indicator LED on or off during a measurement |
| Integration Time | Decimal - Default Value: 15.0 | The integration time (0 - ~91 ms) |
AMS: CCS811 (with Temperature)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AMS: CCS811 (without Temperature)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AMS: TSL2561
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AMS: TSL2591
- Manufacturer: AMS
- Measurements: Light
- Interfaces: I2C
- Libraries: maxlklaxl/python-tsl2591
- Dependencies: tsl2591
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AOSONG: AM2315/AM2320
- Manufacturer: AOSONG
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: quick2wire-api
- Dependencies: quick2wire-api
- Datasheet URL: Link
- Product URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AOSONG: AM2315C
- Manufacturer: AOSONG
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: quick2wire-api
- Dependencies: quick2wire-api
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AOSONG: DHT11
- Manufacturer: AOSONG
- Measurements: Humidity/Temperature
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
- Datasheet URL: Link
- Product URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AOSONG: DHT20
- Manufacturer: AOSONG
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2, Link 3
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
AOSONG: DHT22
- Manufacturer: AOSONG
- Measurements: Humidity/Temperature
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
- Datasheet URL: Link
- Product URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
ASAIR: AHTx0
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Adafruit: I2C Capacitive Moisture Sensor
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Analog Devices: ADT7410
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Analog Devices: ADXL34x (343, 344, 345, 346)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 範囲 | Select(Options: [±2 g (±19.6 m/s/s) | ±4 g (±39.2 m/s/s) | ±8 g (±78.4 m/s/s) | ±16 g (±156.9 m/s/s)] (Default in bold) | Set the measurement range |
AnyLeaf: AnyLeaf EC
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Conductivity Constant | Decimal - Default Value: 1.0 | Conductivity constant K |
AnyLeaf: AnyLeaf ORP
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 校正: 電圧 (内部) | Decimal - Default Value: 0.4 | Calibration data: internal voltage |
| 校正: 酸化還元電位 ORP (内部) | Decimal - Default Value: 400.0 | Calibration data: internal ORP |
| Commands |
| 校正: バッファORP (mV) | Decimal - Default Value: 400.0 | This is the nominal ORP of the calibration buffer in mV, usually labelled on the bottle. |
| 校正 | Button | |
| Clear Calibration Slots | Button | |
AnyLeaf: AnyLeaf pH
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| Cal data: V1 (internal) | Decimal | Calibration data: Voltage |
| Cal data: pH1 (internal) | Decimal - Default Value: 7.0 | Calibration data: pH |
| Cal data: T1 (internal) | Decimal - Default Value: 23.0 | Calibration data: Temperature |
| Cal data: V2 (internal) | Decimal - Default Value: 0.17 | Calibration data: Voltage |
| Cal data: pH2 (internal) | Decimal - Default Value: 4.0 | Calibration data: pH |
| Cal data: T2 (internal) | Decimal - Default Value: 23.0 | Calibration data: Temperature |
| Cal data: V3 (internal) | Decimal | Calibration data: Voltage |
| Cal data: pH3 (internal) | Decimal | Calibration data: pH |
| Cal data: T3 (internal) | Decimal | Calibration data: Temperature |
| Commands |
| Calibration buffer pH | Decimal - Default Value: 7.0 | This is the nominal pH of the calibration buffer, usually labelled on the bottle. |
| Calibrate, slot 1 | Button | |
| Calibrate, slot 2 | Button | |
| Calibrate, slot 3 | Button | |
| Clear Calibration Slots | Button | |
Atlas Scientific: Atlas CO2 (Carbon Dioxide Gas)
- Manufacturer: Atlas Scientific
- Measurements: CO2
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| A one- or two-point calibration can be performed. After exposing the probe to a concentration of CO2 between 3,000 and 5,000 ppmv until readings stabilize, press Calibrate (High). You can place the probe in a 0 CO2 environment until readings stabilize, then press Calibrate (Zero). You can also clear the currently-saved calibration by pressing Clear Calibration, returning to the factory-set calibration. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| High Point CO2 | Integer - Default Value: 3000 | The high CO2 calibration point (3000 - 5000 ppmv) |
| Calibrate (High) | Button | |
| Calibrate (Zero) | Button | |
| キャリブレーションをクリア | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x69 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas Color
- Manufacturer: Atlas Scientific
- Measurements: RGB, CIE, LUX, Proximity
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| LED Only For Measure | Boolean - Default Value: True | Turn the LED on only during the measurement |
| LED Percentage | Integer - Default Value: 30 | What percentage of power to supply to the LEDs during measurement |
| Gamma Correction | Decimal - Default Value: 1.0 | Gamma correction between 0.01 and 4.99 (default is 1.0) |
| Commands |
The EZO-RGB color sensor is designed to be calibrated to a white object at the maximum brightness the object will be viewed under. In order to get the best results, Atlas Scientific strongly recommends that the sensor is mounted into a fixed location. Holding the sensor in your hand during calibration will decrease performance. 1. Embed the EZO-RGB color sensor into its intended use location. 2. Set LED brightness to the desired level. 3. Place a white object in front of the target object and press the Calibration button. 4. A single color reading will be taken and the device will be fully calibrated. |
| 校正 | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x70 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas DO
- Manufacturer: Atlas Scientific
- Measurements: Dissolved Oxygen
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| Commands |
| A one- or two-point calibration can be performed. After exposing the probe to air for 30 seconds until readings stabilize, press Calibrate (Air). If you require accuracy below 1.0 mg/L, you can place the probe in a 0 mg/L solution for 30 to 90 seconds until readings stabilize, then press Calibrate (0 mg/L). You can also clear the currently-saved calibration by pressing Clear Calibration. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| Calibrate (Air) | Button | |
| Calibrate (0 mg/L) | Button | |
| キャリブレーションをクリア | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x66 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas EC
- Manufacturer: Atlas Scientific
- Measurements: Electrical Conductivity
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| Commands |
| Calibration: a one- or two-point calibration can be performed. It's a good idea to clear the calibration before calibrating. Always perform a dry calibration with the probe in the air (not in any fluid). Then perform either a one- or two-point calibration with calibrated solutions. If performing a one-point calibration, use the Single Point Calibration field and button. If performing a two-point calibration, use the Low and High Point Calibration fields and buttons. Allow a minute or two after submerging your probe in a calibration solution for the measurements to equilibrate before calibrating to that solution. The EZO EC circuit default temperature compensation is set to 25 °C. If the temperature of the calibration solution is +/- 2 °C from 25 °C, consider setting the temperature compensation first. Note that at no point should you change the temperature compensation value during calibration. Therefore, if you have previously enabled temperature compensation, allow at least one measurement to occur (to set the compensation value), then disable the temperature compensation measurement while you calibrate. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| Clear Calibration | Button | |
| Calibrate Dry | Button | |
| Single Point EC (µS) | Integer - Default Value: 84 | The EC (µS) of the single point calibration solution |
| Calibrate Single Point | Button | |
| Low Point EC (µS) | Integer - Default Value: 12880 | The EC (µS) of the low point calibration solution |
| Calibrate Low Point | Button | |
| High Point EC (µS) | Integer - Default Value: 80000 | The EC (µS) of the high point calibration solution |
| Calibrate High Point | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x64 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas Flow Meter
- Manufacturer: Atlas Scientific
- Measurements: Total Volume, Flow Rate
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
Set the Measurement Time Base to a value most appropriate for your anticipated flow (it will affect accuracy). This flow rate time base that is set and returned from the sensor will be converted to liters per minute, which is the default unit for this input module. If you desire a different rate to be stored in the database (such as liters per second or hour), then use the Convert to Unit option.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Flow Meter Type | Select(Options: [Atlas Scientific 3/8" Flow Meter | Atlas Scientific 1/4" Flow Meter | Atlas Scientific 1/2" Flow Meter | Atlas Scientific 3/4" Flow Meter | Non-Atlas Scientific Flow Meter] (Default in bold) | Set the type of flow meter used |
| Atlas Meter Time Base | Select(Options: [Liters per Second | Liters per Minute | Liters per Hour] (Default in bold) | If using an Atlas Scientific flow meter, set the flow rate/time base |
| 内部抵抗 | Select(Options: [Use Atlas Scientific Flow Meter | Disable Internal Resistor | 1 K Ω Pull-Up | 1 K Ω Pull-Down | 10 K Ω Pull-Up | 10 K Ω Pull-Down | 100 K Ω Pull-Up | 100 K Ω Pull-Down] (Default in bold) | Set an internal resistor for the flow meter |
| Custom K Value(s) | Text | If using a non-Atlas Scientific flow meter, enter the meter's K value(s). For a single K value, enter '[volume per pulse],[number of pulses]'. For multiple K values (up to 16), enter '[volume at frequency],[frequency in Hz];[volume at frequency],[frequency in Hz];...'. Leave blank to disable. |
| K Value Time Base | Select(Options: [Use Atlas Scientific Flow Meter | Liters per Second | Liters per Minute | Liters per Hour] (Default in bold) | If using a non-Atlas Scientific flow meter, set the flow rate/time base for the custom K values entered. |
| Commands |
| The total volume can be cleared with the following button or with the Clear Total Volume Function Action. |
| トータルをクリア: 体積 | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x68 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas Humidity
- Manufacturer: Atlas Scientific
- Measurements: Humidity/Temperature
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| LEDモード | Select(Options: [常にオン | 常にオフ | 測定中のみオン] (Default in bold) | When to turn the LED on |
| Commands |
| 新規I2Cアドレス | Text - Default Value: 0x6f | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas O2 (Oxygen Gas)
- Manufacturer: Atlas Scientific
- Measurements: O2
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| 温度補償: マニュアル | Decimal - Default Value: 20.0 | If not using a measurement, set the temperature to compensate |
| LEDモード | Select(Options: [常にオン | 常にオフ | 測定中のみオン] (Default in bold) | When to turn the LED on |
| Commands |
| A one- or two-point calibration can be performed. After exposing the probe to a specific concentration of O2 until readings stabilize, press Calibrate (High). You can place the probe in a 0% O2 environment until readings stabilize, then press Calibrate (Zero). You can also clear the currently-saved calibration by pressing Clear Calibration, returning to the factory-set calibration. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| High Point O2 | Decimal - Default Value: 20.95 | The high O2 calibration point (percent) |
| Calibrate (High) | Button | |
| Calibrate (Zero) | Button | |
| キャリブレーションをクリア | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x69 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas ORP
- Manufacturer: Atlas Scientific
- Measurements: Oxidation Reduction Potential
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| Commands |
| A one-point calibration can be performed. Enter the solution's mV, set the probe in the solution, then press Calibrate. You can also clear the currently-saved calibration by pressing Clear Calibration. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| Calibration Solution mV | Integer - Default Value: 225 | The value of the calibration solution, in mV |
| 校正 | Button | |
| キャリブレーションをクリア | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x62 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas PT-1000
- Manufacturer: Atlas Scientific
- Measurements: Temperature
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| 新規I2Cアドレス | Text - Default Value: 0x66 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
| 温度 (°C) | Decimal - Default Value: 100.0 | Temperature for single point calibration |
| 校正 | Button | |
| Clear Calibration | Button | |
Atlas Scientific: Atlas Pressure
- Manufacturer: Atlas Scientific
- Measurements: Pressure
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| LEDモード | Select(Options: [常にオン | 常にオフ | 測定中のみオン] (Default in bold) | LEDをオンにするタイミング |
| Commands |
| 新規I2Cアドレス | Text - Default Value: 0x6a | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Atlas Scientific: Atlas pH
- Manufacturer: Atlas Scientific
- Measurements: Ion Concentration
- Interfaces: I2C, UART, FTDI
- Libraries: pylibftdi/fcntl/io/serial
- Dependencies: pylibftdi
- Manufacturer URL: Link
- Datasheet URL: Link
Calibration Measurement is an optional setting that provides a temperature measurement (in Celsius) of the water that the pH is being measured from.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| FTDIデバイス | Text | 入力 出力等に接続されたFTDIデバイス |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| Commands |
| Calibration: a one-, two- or three-point calibration can be performed. It's a good idea to clear the calibration before calibrating. The first calibration must be the Mid point. The second must be the Low point. And the third must be the High point. You can perform a one-, two- or three-point calibration, but they must be performed in this order. Allow a minute or two after submerging your probe in a calibration solution for the measurements to equilibrate before calibrating to that solution. The EZO pH circuit default temperature compensation is set to 25 °C. If the temperature of the calibration solution is +/- 2 °C from 25 °C, consider setting the temperature compensation first. Note that if you have a Temperature Compensation Measurement selected from the Options, this will overwrite the manual Temperature Compensation set here, so be sure to disable this option if you would like to specify the temperature to compensate with. Status messages will be sent to the Daemon Log, accessible from Config -> AoT Logs -> Daemon Log. |
| Compensation Temperature (°C) | Decimal - Default Value: 25.0 | The temperature of the calibration solutions |
| Set Temperature Compensation | Button | |
| キャリブレーションをクリア | Button | |
| Mid Point pH | Decimal - Default Value: 7.0 | The pH of the mid point calibration solution |
| Calibrate Mid | Button | |
| Low Point pH | Decimal - Default Value: 4.0 | The pH of the low point calibration solution |
| Calibrate Low | Button | |
| High Point pH | Decimal - Default Value: 10.0 | The pH of the high point calibration solution |
| Calibrate High | Button | |
| Calibration Export/Import: Export calibration to a series of strings. These can later be imported to restore the calibration. Watch the Daemon Log for the output. |
| Export Calibration | Button | |
| Calibration String | Text | The calibration string to import |
| Import Calibration | Button | |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x63 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
BOSCH: BME280 (Adafruit_BME280)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
BOSCH: BME280 (Adafruit_CircuitPython_BME280)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
BOSCH: BME280 (RPi.bme280)
- Manufacturer: BOSCH
- Measurements: Pressure/Humidity/Temperature
- Interfaces: I2C
- Libraries: RPi.bme280
- Dependencies: RPi.bme280
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
BOSCH: BME680 (Adafruit_CircuitPython_BME680)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Humidity Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| Temperature Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| Pressure Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| IIR Filter Size | Select(Options: [0 | 1 | 3 | 7 | 15 | 31 | 63 | 127] (Default in bold) | Optionally remove short term fluctuations from the temperature and pressure readings, increasing their resolution but reducing their bandwidth. |
| Temperature Offset | Decimal | The amount to offset the temperature, either negative or positive |
| Sea Level Pressure (ha) | Decimal - Default Value: 1013.25 | The pressure at sea level for the sensor location |
BOSCH: BME680 (bme680)
- Manufacturer: BOSCH
- Measurements: Temperature/Humidity/Pressure/Gas
- Interfaces: I2C
- Libraries: bme680
- Dependencies: bme680, smbus2
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Humidity Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| Temperature Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| Pressure Oversampling | Select(Options: [NONE | 1X | 2X | 4X | 8X | 16X] (Default in bold) | A higher oversampling value means more stable readings with less noise and jitter. However each step of oversampling adds ~2 ms latency, causing a slower response time to fast transients. |
| IIR Filter Size | Select(Options: [0 | 1 | 3 | 7 | 15 | 31 | 63 | 127] (Default in bold) | Optionally remove short term fluctuations from the temperature and pressure readings, increasing their resolution but reducing their bandwidth. |
| Gas Heater Temperature (°C) | Integer - Default Value: 320 | What temperature to set |
| Gas Heater Duration (ms) | Integer - Default Value: 150 | How long of a duration to heat. 20-30 ms are necessary for the heater to reach the intended target temperature. |
| Gas Heater Profile | Select | Select one of the 10 configured heating durations/set points |
| Temperature Offset | Decimal | The amount to offset the temperature, either negative or positive |
BOSCH: BMP180
- Manufacturer: BOSCH
- Measurements: Pressure/Temperature
- Interfaces: I2C
- Libraries: Adafruit_BMP
- Dependencies: Adafruit-BMP, Adafruit-GPIO
- Datasheet URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
BOSCH: BMP280 (Adafruit_GPIO)
- Manufacturer: BOSCH
- Measurements: Pressure/Temperature
- Interfaces: I2C
- Libraries: Adafruit_GPIO
- Dependencies: Adafruit-GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
BOSCH: BMP280 (bmp280-python)
- Manufacturer: BOSCH
- Measurements: Pressure/Temperature
- Interfaces: I2C
- Libraries: bmp280-python
- Dependencies: smbus2, bmp280
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
This is similar to the other BMP280 Input, except it uses a different library, whcih includes the ability to set forced mode.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Enable Forced Mode | Boolean | Enable heater to evaporate condensation. Turn on heater x seconds every y measurements. |
CARTO: GL: Carto Maps
- Manufacturer: CARTO
- Measurements: Status
- Libraries: gis_carto
- Manufacturer URL: Link
CARTO DBのデータ分析特化型地図です。Positron(ライト)、Dark Matter(ダーク)、Voyagerスタイルの控えめな配色で、データポイントやセンサー情報を際立たせるように設計されています。
CO2Meter: K30
- Manufacturer: CO2Meter
- Measurements: CO2
- Interfaces: I2C, UART
- Libraries: serial (UART)
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Catnip Electronics: Chirp
- Manufacturer: Catnip Electronics
- Measurements: Light/Moisture/Temperature
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Manufacturer URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| The I2C address can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x20 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
ChirpStack: ChirpStack: MQTT (Payload JMESPath Expression)
- Manufacturer: ChirpStack
- Measurements: Variable measurements
- Libraries: paho-mqtt, jmespath
- Dependencies: paho-mqtt, jmespath
ChirpStack v4 MQTTブローカーのトピック(application/+/device/+/event/up)を購読してイベントを受信し、各イベントJSONにチャンネルごとのJMESPath式を適用して測定値を保存します。例(https://jmespath.org): object.battery_V, object.battery_pct, max_by(rxInfo,&rssi).rssi, max_by(rxInfo,&snr).snr, deviceInfo.devEui.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| MQTT Host | Text - Default Value: localhost | MQTTブローカーのホスト名またはIPアドレス (例: localhost) |
| MQTT Port | Text - Default Value: 1883 | MQTTブローカーのポート (デフォルト1883、TLSの場合は8883推奨) |
| MQTT Username | Text | 任意: ブローカー認証用のユーザー名 |
| MQTT Password | Text | 任意: ブローカー認証用のパスワード |
| TLSを有効化 | Boolean | TLS(SSL)接続を使用するかどうか (デフォルトはオフ) |
| CA証明書のパス | Text | 任意: TLS使用時のCA証明書のパス |
| Client ID | Text - Default Value: client_9guuhSJA | Unique client ID for connecting to the server |
| Keepalive (sec) | Text - Default Value: 60 | MQTT Keepalive(秒) (デフォルト60秒) |
| Subscribe Topics | Text - Default Value: application/+/device/+/event/up | カンマ(,)区切りの購読トピック (例: application/+/device/+/event/up) |
| QoS | Text | MQTT QoSレベル (0, 1, 2) |
| Device EUIs (comma-separated) | Text | 任意: 特定のデバイスのみ処理します。EUIをカンマ区切りで入力してください |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| JMESPath Expression | Text | 受信イベント全体(JSON)に対して評価されます |
Chirpstack: ChirpStack: REST API (Payload JMESPath Expression)
- Manufacturer: Chirpstack
- Measurements: Variable measurements
- Libraries: chirpstack-rest-api, requests, jmespath
ChirpStack v4 REST APIを定期的に呼び出してデバイスイベントを取得し、各イベントJSONにチャンネルごとのJMESPath式を適用して測定値を保存します。例(https://jmespath.org): object.battery_V, object.battery_pct, max_by(rxInfo,&rssi).rssi, max_by(rxInfo,&snr).snr, deviceInfo.devEui.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| API Base URL | Text - Default Value: http://localhost:8090 | ChirpStack REST APIのベースアドレス (例: http://localhost:8080)(REST プロキシは通常ポート8090) |
| API トークン | Text | ChirpStack REST APIにアクセスするためのBearerトークン(管理コンソールから発行) |
| Tenant ID | Text | 任意: 特定のテナントに属するデバイスのみを照会する場合に使用 |
| Application ID | Text | 任意: 特定のアプリケーションに属するデバイスのみを照会する場合に使用 |
| Device EUIs (comma-separated) | Text | 任意: 照会するデバイスEUIをカンマ区切りで入力してください。空欄の場合はアプリケーション内のすべてのデバイスが対象になります |
| Page size / limit | Text - Default Value: 50 | REST API呼び出し1回あたりに取得するイベント数(ページサイズ) |
| イベント種別 | Text - Default Value: up | 取得するイベントの種類(例: up、join、status) |
| フォールバックURLテンプレート | Text - Default Value: /api/devices/{dev_eui}/events?limit={limit}&kind={kind}&after={after} | 公式Pythonクライアントが利用できない場合にRESTリクエストで使用するURLテンプレート(API Base URLの後ろに付加されます)。{dev_eui}、{limit}、{kind}、{after}は自動的に置換されます |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| JMESPath Expression | Text | Evaluated against the full event JSON |
Cozir: Cozir CO2
- Manufacturer: Cozir
- Measurements: CO2/Humidity/Temperature
- Interfaces: UART
- Libraries: pierre-haessig/pycozir
- Dependencies: cozir
- Manufacturer URL: Link
- Datasheet URL: Link
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Ecowitt: Ecowitt Cloud API Weather Data
Ecowitt Cloud APIを使用するには、Application Key、API Key、デバイスのMACアドレスを入力してください。
| 測定有効 | Multi-Select | 記録する測定項目 |
| 測定間隔(秒) | Decimal - Default Value: 60 | 測定間隔を秒単位で入力してください。 |
| Application Key | Text | Ecowittプラットフォームで発行されたApplication Keyを入力してください。 |
| APIキー | Text | Ecowittプラットフォームで発行されたAPI Keyを入力してください。 |
| Device MAC | Text | EcowittデバイスのMACアドレスを入力してください。 |
| Call Back | Text - Default Value: all | リクエストするデータの種類を入力してください(例: all)。 |
Ecowitt: Ecowitt MQTT (JSON payload)
- Manufacturer: Ecowitt
- Measurements: Variable measurements
- Interfaces: AoT
- Libraries: paho-mqtt, jmespath
- Dependencies: paho-mqtt, jmespath
選択したEcowittデバイスタイプに基づいて自動生成されたチャンネルを購読し、MQTTトピックで送信されるURLエンコードまたはJSONペイロードから各チャンネルのJMESPATH式で値を抽出してデータベースに保存します。チャンネルごとの測定単位や変換設定はカスタムオプションで指定できます。
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Ecowittデバイス | Select(Options: [気象観測ステーション | 温湿度センサー | 温度センサー | 土壌水分センサー | リーフセンサー | 距離センサー | 空気質センサー] (Default in bold) |
| ホスト | Text - Default Value: localhost | ホストまたはIPアドレス |
| ポート | Integer - Default Value: 1883 | ホストポート番号 |
| Topic | Text - Default Value: gw | The topic to subscribe to |
| キープアライブ | Integer - Default Value: 60 | Maximum amount of time between received signals. Set to 0 to disable. |
| Client ID | Text - Default Value: client_SEzw0646 | Unique client ID for connecting to the server |
| Use Login | Boolean | Send login credentials |
| Use TLS | Boolean | Send login credentials using TLS |
| ユーザー名 | Text - Default Value: user | サーバー接続用のユーザー名 |
| パスワード | Text | Password for connecting to the server. Leave blank to disable. |
| Use Websockets | Boolean | Use websockets to connect to the server. |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| JMESPATH Expression | Text | JMESPATH expression to find value in JSON response |
Ecowitt: Ecowitt soil_sensor
Ecowitt Cloud APIを使用するには、Application Key、API Key、デバイスのMACアドレスを入力してください。
| 測定有効 | Multi-Select | 記録する測定項目 |
| 測定間隔(秒) | Decimal - Default Value: 60 | 測定間隔を秒単位で入力してください。 |
| Application Key | Text | Ecowittプラットフォームで発行されたApplication Keyを入力してください。 |
| APIキー | Text | Ecowittプラットフォームで発行されたAPI Keyを入力してください。 |
| Device MAC | Text | EcowittデバイスのMACアドレスを入力してください。 |
| チャンネル選択 | Text - Default Value: 1 | 測定するチャンネルを選択してください。 |
Ecowitt: Ecowitt temp and humidity sensor
Ecowitt Cloud APIを使用するには、Application Key、API Key、デバイスのMACアドレスを入力してください。
| 測定有効 | Multi-Select | 記録する測定項目 |
| 測定間隔(秒) | Decimal - Default Value: 60 | 測定間隔を秒単位で入力してください。 |
| Application Key | Text | Ecowittプラットフォームで発行されたApplication Keyを入力してください。 |
| APIキー | Text | Ecowittプラットフォームで発行されたAPI Keyを入力してください。 |
| Device MAC | Text | EcowittデバイスのMACアドレスを入力してください。 |
| チャンネル選択 | Text - Default Value: 1 | 測定するチャンネルを選択してください。 |
Esri: GL: Esri World Imagery
- Manufacturer: Esri
- Measurements: Status
- Libraries: gis_esri
- Manufacturer URL: Link
グローバルGISリーダーEsriの信頼性の高い地図サービスです。鮮明で詳細なWorld Imagery航空衛星写真を提供し、正確な地形・施設の可視化に最適化されています。
GSI: JP: GSI Maps
- Manufacturer: GSI
- Measurements: Status
- Libraries: gis_gsi
- Manufacturer URL: Link
日本国土地理院(GSI)の高精度な公共地図サービスです。日本全域の詳細な地形・地名情報を含み、標準地図、淡色地図、航空写真などの専門レイヤーを提供します。
Generic: Hall Flow Meter
- Manufacturer: Generic
- Measurements: Flow Rate, Total Volume
- Interfaces: GPIO
- Libraries: pigpio
- Dependencies: pigpio, pigpio
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| リットルあたりのパルス数 | Decimal - Default Value: 1.0 | Enter the conversion factor for this meter (pulses to Liter). |
| Commands |
| トータルをクリア: 体積 | Button | |
Google: GL: Google Maps
- Manufacturer: Google
- Measurements: Status
- Libraries: gis_google
- Manufacturer URL: Link
最も広く使われているGoogleのウェブ地図サービスです。膨大な地理情報に基づき、道路、衛星、ハイブリッド、地形モードをサポートしており、地形モードは等高線や陰影表現に優れています。住所から座標への変換を行うジオコーディングAPIにも対応しています。APIキーはGoogle Developer Consoleから取得できます。
| Google Maps API Key | Text |
| Map Style |
ISRIC: GL: SoilGrids (Global Soil Info)
- Manufacturer: ISRIC
- Measurements: Status
- Libraries: gis_isric
- Manufacturer URL: Link
世界土壌情報サービス(ISRIC)の全世界土壌特性地図です。土壌組成(粘土、砂など)、pH、炭素含有量をオーバーレイデータとして可視化し、地質分析に活用できます。
Infineon: DPS310
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
KMA: KMA地点データ
- Manufacturer: KMA
- Measurements: 湿度/温度/気圧/風速/風向
- Additional URL: Link
KMA API Hubで無料APIキーを発行し、最寄りの観測地点のSTNを入力してください。注:無料APIは1日20000回まで呼び出し可能で、1回の呼び出しにつき1つの観測地点のデータが返されます。
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| APIキー | Text | The API Key for this service's API |
| 気象観測所 | Text | The stn to acquire the weather data |
KMA: KMA短期予報
- Manufacturer: KMA
- Additional URL: Link
このモジュールは農業用短期予報データを提供します。直近の発表を基準に、ユーザーが選択した時間後の予報データを収集します。API呼び出しには公共データポータルのサービスキーを使用し、JSONレスポンスから気温、最低/最高気温、風速、風向、天気、湿度、降水量、降水確率、降水形態、新積雪量を抽出します。(データは発表時刻から10分後より利用可能です。)
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| APIキー | Text | 公共データポータルで発行されたKMA APIサービスキーを入力してください。 |
| nx座標 | Text | nx値(数値)を入力してください。 |
| ny座標 | Text | ny値(数値)を入力してください。 |
| 予報時間(何時間後) | Select(Options: [1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12] (Default in bold) | 何時間後の予報データを使用するかを選択してください。 |
| APIタイムアウト(秒) | Integer - Default Value: 60 | API応答のタイムアウト時間を設定してください(デフォルト60秒)。 |
| APIリトライ回数 | Integer - Default Value: 3 | HTTPエラー発生時に、同じ発表時刻を何回リトライするかを設定してください。 |
| APIリトライ間隔(秒) | Decimal - Default Value: 3.0 | リトライ間の待機時間です(デフォルト3秒)。 |
KMA: KMA高解像度500m
- Manufacturer: KMA
- Additional URL: Link
KMA APIハブで無料APIキーを発行した後、入力設定の位置情報(緯度・経度)に基づいてデータをリクエストします。注: 大韓民国気象庁のAPIは1日あたり20000回の呼び出しが可能で、1回の呼び出しにつき1つの観測地点のデータが返されます。
| 測定有効 | Multi-Select | 記録する測定項目 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| APIキー | Text | KMA APIハブで発行されたAPI Keyを入力してください。 |
| 測定間隔(秒) | Decimal - Default Value: 300 | 測定間隔を秒単位で入力してください。 |
| 品質管理(QC)を有効にする | Boolean - Default Value: True | 明らかな外れ値(例: 湿度0%、気圧0hPaなど)を無視または補正します。 |
| QC保持時間(秒) | Decimal - Default Value: 1800 | この時間内の最後の有効値に置き換えます。 |
| 手動バックフィル期間(分) | Decimal - Default Value: 1440 | ユーザーのリクエスト時に、この期間分の過去データを読み込みます。デフォルトは1440分(1日)です。 |
| 今すぐバックフィルを実行 | Boolean | 保存後に有効にすると、1回だけ即座にバックフィルを実行し、自動的にオフになります。 |
| QC: 0°C許容範囲(±°C) | Decimal - Default Value: 3.0 | 直前の有効値がこの範囲内で0°Cである場合にのみ、0°Cを許容します。デフォルトは±3°Cです。 |
Kakao: KO: Kakao Map
- Manufacturer: Kakao
- Measurements: Status
- Libraries: gis_kakao
- Manufacturer URL: Link
Korea Meteorological Administration: KR: KMA Weather
- Manufacturer: Korea Meteorological Administration
- Measurements: Status
- Libraries: gis_kma
- Manufacturer URL: Link
KMA API Hub (apihub.kma.go.kr) 500m high-resolution observation data — displays location-based multi-channel weather information as a map legend. Uses the same API key as the KMA_weather_500 input.
| API Key (apihub.kma.go.kr authKey) | Text |
| Active Channels |
MAXIM: DS1822
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: DS1825
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: DS18B20 (ow-shell)
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: ow-shell
- Dependencies: ow-shell, owfs
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2, Link 3
- Additional URL: Link
Warning: Counterfeit DS18B20 sensors are common and can cause a host of issues. Review the Additional URL for more information about how to determine if your sensor is authentic.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MAXIM: DS18B20 (w1thermsensor)
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2, Link 3
- Additional URL: Link
Warning: Counterfeit DS18B20 sensors are common and can cause a host of issues. Review the Additional URL for more information about how to determine if your sensor is authentic.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度オフセット | Decimal | The temperature offset (degrees Celsius) to apply |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: DS18S20
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: DS28EA00
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: MAX31850K
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: 1-Wire
- Libraries: w1thermsensor
- Dependencies: w1thermsensor
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Commands |
| Set the resolution, precision, and response time for the sensor. This setting will be written to the EEPROM to allow persistence after power loss. The EEPROM has a limited amount of writes (>50k). |
| Resolution | Select | Select the resolution for the sensor |
| Set Resolution | Button | |
MAXIM: MAX31855 (Gravity PT100) (smbus2)
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MAXIM: MAX31855 (Gravity PT100) (wiringpi)
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: I2C
- Libraries: wiringpi
- Dependencies: wiringpi
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MAXIM: MAX31855 (Adafruit_MAX31855)
- Manufacturer: MAXIM
- Measurements: Temperature (Object/Die)
- Interfaces: UART
- Libraries: Adafruit_MAX31855
- Dependencies: Adafruit_MAX31855, Adafruit-GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MAXIM: MAX31855 (adafruit-circuitpython-max31855)
- Manufacturer: MAXIM
- Measurements: Temperature (Object/Die)
- Interfaces: SPI
- Libraries: adafruit-circuitpython-max31855
- Dependencies: adafruit-circuitpython-max31855
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Chip Select Pin | Integer - Default Value: 5 | Enter the GPIO Chip Select Pin for your device. |
MAXIM: MAX31856
- Manufacturer: MAXIM
- Measurements: Temperature (Object/Die)
- Interfaces: UART
- Libraries: RPi.GPIO
- Dependencies: RPi.GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MAXIM: MAX31865 (Adafruit-CircuitPython-MAX31865)
This module was added to allow support for multiple sensors to be connected at the same time, which the original MAX31865 module was not designed for.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Chip Select Pin | Integer - Default Value: 8 | Enter the GPIO Chip Select Pin for your device. |
| Number of wires | Select(Options: [2 Wires | 3 Wires | 4 Wires] (Default in bold) | Select the number of wires your thermocouple has. |
MAXIM: MAX31865 (RPi.GPIO)
- Manufacturer: MAXIM
- Measurements: Temperature
- Interfaces: UART
- Libraries: RPi.GPIO
- Dependencies: RPi.GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
Note: This module does not allow for multiple sensors to be connected at the same time. For multi-sensor support, use the MAX31865 CircuitPython Input.
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
MQTT: MQTT Subscribe (JSON payload)
- Manufacturer: MQTT
- Measurements: Variable measurements
- Interfaces: AoT
- Libraries: paho-mqtt, jmespath
- Dependencies: paho-mqtt, jmespath
A single topic is subscribed to and the returned JSON payload contains one or more key/value pairs. The given JSON Key is used as a JMESPATH expression to find the corresponding value that will be stored for that channel. Be sure you select and save the Measurement Unit for each channel. Once the unit has been saved, you can convert to other units in the Convert Measurement section. Example expressions for jmespath (https://jmespath.org) include temperature, sensors[0].temperature, and bathroom.temperature which refer to the temperature as a direct key within the first entry of sensors or as a subkey of bathroom, respectively. Jmespath elements and keys that contain special characters have to be enclosed in double quotes, e.g. "sensor-1".temperature. Warning: If using multiple MQTT Inputs or Functions, ensure the Client IDs are unique.
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| ホスト | Text - Default Value: localhost | ホストまたはIPアドレス |
| ポート | Integer - Default Value: 1883 | ホストポート番号 |
| Topic | Text - Default Value: mqtt/test/input | The topic to subscribe to |
| キープアライブ | Integer - Default Value: 60 | Maximum amount of time between received signals. Set to 0 to disable. |
| Client ID | Text - Default Value: client_eLwe0Qvz | Unique client ID for connecting to the server |
| Use Login | Boolean | Send login credentials |
| Use TLS | Boolean | Send login credentials using TLS |
| TLS CA Certificate | Text | Path to the CA certificate file that signed the broker certificate. Leave blank to use the system CA store (for brokers with a publicly-trusted certificate, e.g. Let's Encrypt). |
| ユーザー名 | Text - Default Value: user | サーバー接続用のユーザー名 |
| パスワード | Text | Password for connecting to the server. Leave blank to disable. |
| Use Websockets | Boolean | Use websockets to connect to the server. |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| JMESPATH Expression | Text | JMESPATH expression to find value in JSON response |
MQTT: MQTT Subscribe (Value payload)
- Manufacturer: MQTT
- Measurements: Variable measurements
- Interfaces: AoT
- Libraries: paho-mqtt
- Dependencies: paho-mqtt
A topic is subscribed to for each channel Subscription Topic and the returned payload value will be stored for that channel. Be sure you select and save the Measurement Unit for each of the channels. Once the unit has been saved, you can convert to other units in the Convert Measurement section. Warning: If using multiple MQTT Inputs or Functions, ensure the Client IDs are unique.
| 測定有効 | Multi-Select | 記録する測定項目 |
| ホスト | Text - Default Value: localhost | ホストまたはIPアドレス |
| ポート | Integer - Default Value: 1883 | ホストポート番号 |
| キープアライブ | Integer - Default Value: 60 | Maximum amount of time between received signals. Set to 0 to disable. |
| Client ID | Text - Default Value: client_8yRtEtKH | Unique client ID for connecting to the server |
| Use Login | Boolean | Send login credentials |
| Use TLS | Boolean | Send login credentials using TLS |
| TLS CA Certificate | Text | Path to the CA certificate file that signed the broker certificate. Leave blank to use the system CA store (for brokers with a publicly-trusted certificate, e.g. Let's Encrypt). |
| ユーザー名 | Text - Default Value: user | サーバー接続用のユーザー名 |
| パスワード | Text | Password for connecting to the server. Leave blank to disable. |
| Use Websockets | Boolean | Use websockets to connect to the server. |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| Subscription Topic | Text | The MQTT topic to subscribe to |
MapTiler: GL: MapTiler Vector
- Manufacturer: MapTiler
- Measurements: Status
- Libraries: gis_maptiler_vector
- Manufacturer URL: Link
高性能なベクタータイル地図サービスです。複数のスタイル(ストリート、ライト、ダーク、サテライトなど)に対応し、優れたレンダリング性能とHD表示を提供します。
| MapTiler API Key | Text |
| Map Style |
| Label Language | Text |
Mapbox: GL: Mapbox
- Manufacturer: Mapbox
- Measurements: Status
- Libraries: gis_mapbox
- Manufacturer URL: Link
カスタマイズ性に優れたスタイリッシュなMapboxベクター・タイル地図です。Streets、Satellite、Dark、Lightスタイルに対応し、優れたレンダリング性能でスムーズな地図操作が可能です。
| Mapbox Access Token | Text |
| Map Style |
Melexis: MLX90393
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Melexis: MLX90614
- Manufacturer: Melexis
- Measurements: Temperature (Ambient/Object)
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Microchip: MCP3008 (Adafruit_CircuitPython_MCP3xxx)
- Manufacturer: Microchip
- Measurements: Voltage (Analog-to-Digital Converter)
- Interfaces: UART
- Libraries: Adafruit_CircuitPython_MCP3xxx
- Dependencies: adafruit-circuitpython-mcp3xxx
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| VREF (volts) | Decimal - Default Value: 3.3 | Set the VREF voltage |
Microchip: MCP3008 (Adafruit_MCP3008)
- Manufacturer: Microchip
- Measurements: Voltage (Analog-to-Digital Converter)
- Interfaces: UART
- Libraries: Adafruit_MCP3008
- Dependencies: Adafruit-MCP3008
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| VREF (volts) | Decimal - Default Value: 3.3 | Set the VREF voltage |
Microchip: MCP3208
- Manufacturer: Microchip
- Measurements: Voltage (Analog-to-Digital Converter)
- Interfaces: SPI
- Libraries: MCP3208
- Dependencies: Adafruit-GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
| Pin: Cable Select | Integer | GPIO (using BCM numbering): Pin: Cable Select |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| SPI Bus | Integer | The SPI bus ID. |
| SPI Device | Integer | The SPI device ID. |
| VREF (volts) | Decimal - Default Value: 3.3 | Set the VREF voltage |
Microchip: MCP342x (x=2,3,4,6,7,8)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Microchip: MCP9808
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Microsoft: GL: Bing Maps
- Manufacturer: Microsoft
- Measurements: Status
- Libraries: gis_bing
- Manufacturer URL: Link
高解像度の航空写真(Aerial)とラベル付き航空写真(Hybrid)を提供するMicrosoftのグローバル地図サービスで、クリーンかつ精密な道路地図を提供します。
| Bing Maps APIキー | Text |
| Map Style |
Modbus: Modbus TCP (PLC)
- Manufacturer: Modbus
- Measurements: Variable measurements
- Interfaces: IP
- Libraries: pymodbus
- Dependencies: pymodbus
Modbus TCP 装置(PLC、ゲートウェイ、計量器)からコイルとレジスタを読み取ります。読み取るレジスタごとにチャンネルを 1 つ定義してください。同じホストとポートを指す入力・出力は自動的に 1 本の接続を共有します。Modbus には認証も暗号化もないため、装置は隔離されたネットワークに置き、インターネットに公開しないでください。
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ホスト | Text | Modbus TCP 装置の IP アドレスまたはホスト名 |
| ポート | Integer - Default Value: 502 | Modbus TCP 装置の TCP ポート(標準: 502) |
| 単位ID | Integer - Default Value: 1 | 装置の Modbus ユニット/スレーブ ID。装置を直接指定する場合は通常 1、シリアルゲートウェイ経由ならそのスレーブアドレスです |
| タイムアウト(秒) | Decimal - Default Value: 1.0 | 応答を待つ時間。1 回の要求は最大でタイムアウト x (リトライ + 1) かかります |
| リトライ | Integer - Default Value: 1 | 失敗と扱うまでの要求ごとのリトライ回数。低く保ってください — 値が大きいと応答のない装置がコマンドを占有する時間もその分だけ倍になります |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| レジスタ種別 | Select(Options: [Coil(読み書きビット) | Discrete Input(読み取り専用ビット) | Holding Register(読み書きワード) | Input Register(読み取り専用ワード)] (Default in bold) | このチャンネルがどの Modbus テーブルから読むか |
| レジスタアドレス | Integer | 選択したテーブル内で 0 から数えるアドレス。ベンダー文書は 1 から数えるアドレスを使うことが多いため(例: holding register 0 を 40001 と表記)、レジスタマップと照合してください |
| データ型 | Select(Options: [ビット(coil / discrete input) | int16 | uint16 | int32 (2 registers) | uint32 (2 registers) | float32 (2 registers)] (Default in bold) | 値の解釈方法。ビット型はコイルと接点に、それ以外はレジスタに適用されます |
| ワード順 | Select(Options: [ビッグエンディアン(上位ワードが先) | リトルエンディアン(下位ワードが先)] (Default in bold) | 32 ビット型のレジスタ順。ベンダーによって異なるため、レジスタアドレスは正しいのに値がおかしい場合は逆の順序を試してください |
| 倍率 | Decimal - Default Value: 1.0 | 生の値にこの値を掛けます。例えば 0.1 度単位で報告する装置なら 0.1 を指定します |
Multiple Manufacturers: HC-SR04
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Trigger Pin | Integer | Enter the GPIO Trigger Pin for your device (BCM numbering). |
| Echo Pin | Integer | Enter the GPIO Echo Pin for your device (BCM numbering). |
NASA: GL: Soil Moisture (NASA SMAP)
- Manufacturer: NASA
- Measurements: Status
- Libraries: gis_esa
- Manufacturer URL: Link
NASA SMAP(Soil Moisture Active Passive)L4データによる全球表層土壌水分(深さ0~5cm)を、NASA GIBS経由の準リアルタイムオーバーレイとして提供します。解像度約9kmで日付を選択でき、灌漑計画や干ばつモニタリングに役立ちます。
| Date Mode | Select |
| Custom Date | Text |
NASA: NASA GIBS
- Manufacturer: NASA
- Measurements: Status
- Interfaces: AoT
- Libraries: gis_nasa_gibs
- Manufacturer URL: Link
NASA GIBS衛星システムによるリアルタイム地球観測地図です。衛星画像(Blue Marble)に加え、気温、雲、火災などの環境データを日付ごとに選択でき、時系列分析が可能です。
| 衛星レイヤー |
| 日付モード | Select |
| Custom Date | Text |
Naver: KO: Naver Map
- Manufacturer: Naver
- Measurements: Status
- Libraries: gis_naver
- Manufacturer URL: Link
Open-Meteo: Open-Meteo (Coords, Hourly incl. Solar)
- Manufacturer: Open-Meteo
- Measurements: Temperature/Humidity/Solar/Wind/Rain/VPD
- Interfaces: AoT
- Additional URL: Link
No API key needed — enter Latitude/Longitude only. Unlike most free weather sources this one reports solar radiation (W/m²), which the environment coordinator uses to lock out misting in strong sun. Note this is a forecast model value, not a measurement at your site. Free use is non-commercial (CC-BY 4.0); a paid key switches to the commercial endpoint.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| API Key (optional) | Text | Leave empty for free non-commercial use. A key from open-meteo.com switches to the commercial endpoint. |
OpenStreetMap: GL: OpenStreetMap
- Manufacturer: OpenStreetMap
- Measurements: Status
- Libraries: gis_osm
- Manufacturer URL: Link
世界中のユーザーがウィキペディア方式で共同作成する無料の地図データです。活発なコミュニティが道路・建物情報を継続的に更新しており、無料で利用できます。世界全体をカバーする標準的なウェブ地図です。
OpenTopoMap: GL: OpenTopoMap
- Manufacturer: OpenTopoMap
- Measurements: Status
- Libraries: gis_opentopomap
- Manufacturer URL: Link
OpenStreetMapデータに基づく地形地図サービスで、等高線と陰影が強調されています。山岳地形や傾斜の分析において区別が明確で視認性が高く、登山やアウトドア活動の可視化に適しています。
OpenWeather: OpenWeatherMap (City/Coords, Current)
- Manufacturer: OpenWeather
- Measurements: Humidity/Temperature/Pressure/Wind
- Additional URL: Link
Obtain a free API key at openweathermap.org. Enter a City OR Latitude/Longitude coordinates. Note: the free API subscription is limited to 60 calls per minute
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| APIキー | Text | The API Key for this service's API |
| 都市 | Text | City Name (Optional if using Coords) |
OpenWeather: OpenWeatherMap (Lat/Lon, Current/Future)
- Manufacturer: OpenWeather
- Measurements: Humidity/Temperature/Pressure/Wind
- Interfaces: AoT
- Additional URL: Link
Obtain a free API key at openweathermap.org. Notes: The free API subscription is limited to 60 calls per minute. If a Day (Future) time is selected, Minimum and Maximum temperatures are available as measurements.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| APIキー | Text | The API Key for this service's API |
| 時刻 | Select(Options: [Current (Present) | 1 Day (Future) | 2 Day (Future) | 3 Day (Future) | 4 Day (Future) | 5 Day (Future) | 6 Day (Future) | 7 Day (Future) | 1 Hour (Future) | 2 Hours (Future) | 3 Hours (Future) | 4 Hours (Future) | 5 Hours (Future) | 6 Hours (Future) | 7 Hours (Future) | 8 Hours (Future) | 9 Hours (Future) | 10 Hours (Future) | 11 Hours (Future) | 12 Hours (Future) | 13 Hours (Future) | 14 Hours (Future) | 15 Hours (Future) | 16 Hours (Future) | 17 Hours (Future) | 18 Hours (Future) | 19 Hours (Future) | 20 Hours (Future) | 21 Hours (Future) | 22 Hours (Future) | 23 Hours (Future) | 24 Hours (Future) | 25 Hours (Future) | 26 Hours (Future) | 27 Hours (Future) | 28 Hours (Future) | 29 Hours (Future) | 30 Hours (Future) | 31 Hours (Future) | 32 Hours (Future) | 33 Hours (Future) | 34 Hours (Future) | 35 Hours (Future) | 36 Hours (Future) | 37 Hours (Future) | 38 Hours (Future) | 39 Hours (Future) | 40 Hours (Future) | 41 Hours (Future) | 42 Hours (Future) | 43 Hours (Future) | 44 Hours (Future) | 45 Hours (Future) | 46 Hours (Future) | 47 Hours (Future) | 48 Hours (Future)] (Default in bold) | Select the time for the current or forecast weather |
OpenWeatherMap: GL: OpenWeatherMap
- Manufacturer: OpenWeatherMap
- Measurements: Status
- Libraries: gis_openweather
- Manufacturer URL: Link
世界の気象情報を地図オーバーレイとして表示する気象特化型サービスです。リアルタイムの雲、降水、気温、風速、気圧、レーダーデータを提供し、気象状況を直感的に把握できます。
Panasonic: AMG8833
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Power Monitor: RPi 6-Channel Power Monitor (v0.1.0)
- Manufacturer: Power Monitor
- Measurements: AC Voltage, Power, Current, Power Factor
- Libraries: rpi-power-monitor
- Dependencies: rpi_power_monitor
- Manufacturer URL: Link
- Product URL: Link
See https://github.com/David00/rpi-power-monitor/wiki/Calibrating-for-Accuracy for calibration procedures.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Grid Voltage | Decimal - Default Value: 124.2 | The AC voltage measured at the outlet |
| Transformer Voltage | Decimal - Default Value: 10.2 | The AC voltage measured at the barrel plug of the 9 VAC transformer |
| CT1 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT1 |
| CT2 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT2 |
| CT3 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT3 |
| CT4 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT4 |
| CT5 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT5 |
| CT6 Phase Correction | Decimal - Default Value: 1.0 | The phase correction value for CT6 |
| CT1 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT1 |
| CT2 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT2 |
| CT3 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT3 |
| CT4 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT4 |
| CT5 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT5 |
| CT6 Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for CT6 |
| AC Accuracy Calibration | Decimal - Default Value: 1.0 | The accuracy calibration value for AC |
Power Monitor: RPi 6-Channel Power Monitor (v0.4.0)
- Manufacturer: Power Monitor
- Measurements: AC Voltage, Power, Energy, Current, Power Factor
- Libraries: rpi-power-monitor
- Dependencies: rpi_power_monitor
- Manufacturer URL: Link
- Product URL: Link
See https://david00.github.io/rpi-power-monitor/docs/v0.3.0/calibration.html for calibration documentation.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Period (Seconds) for kWh Measuring | Integer - Default Value: 5 | How often to acquire measurements to calculate kWh |
| Grid Voltage | Decimal - Default Value: 124.2 | The AC voltage measured at the outlet |
| Transformer Voltage | Decimal - Default Value: 10.2 | The AC voltage measured at the barrel plug of the 9 VAC transformer |
| AC Frequency (Hz) | Integer - Default Value: 60 | The frequency of the AC voltage |
| CT1 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT1 |
| CT1 Rating | Decimal - Default Value: 100 | The Amp rating for the CT1 clamp |
| CT2 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT2 |
| CT2 Rating | Decimal - Default Value: 100 | The Amp rating for the CT2 clamp |
| CT3 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT3 |
| CT3 Rating | Decimal - Default Value: 100 | The Amp rating for the CT3 clamp |
| CT4 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT4 |
| CT4 Rating | Decimal - Default Value: 100 | The Amp rating for the CT4 clamp |
| CT5 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT5 |
| CT5 Rating | Decimal - Default Value: 100 | The Amp rating for the CT5 clamp |
| CT6 Calibration | Decimal - Default Value: 1.0 | The calibration value for CT6 |
| CT6 Rating | Decimal - Default Value: 100 | The Amp rating for the CT6 clamp |
| AC Calibration | Decimal - Default Value: 1.0 | The calibration value for AC |
| Commands |
| Clear the running kWh totals. |
| Channel to Clear | Select(Options: [All Channels | Channel 1 | Channel 2 | Channel 3 | Channel 4 | Channel 5 | Channel 6] (Default in bold) | The channel(s) to clear the kWh total and start back at 0. |
| Clear kWh Total | Button | |
RAKwireless: RAK3172 Valve Controller: Heartbeat (ChirpStack MQTT)
- Manufacturer: RAKwireless
- Measurements: Battery, LoRa Class, HB Period, Valve States, RSSI, SNR
- Libraries: paho-mqtt
- Dependencies: paho-mqtt
ChirpStack v4 MQTTブローカーからRAK3172バルブコントローラーのハートビート(FPort 225)ペイロードを直接デコードし、バッテリー電圧、ノードクラス、HB周期、バルブ状態、RSSI/SNRを保存します。この入力はlorawan_mode_managerのinput_node_class / input_node_hb / input_vbat / input_rssi / input_snrの測定値ソースとして使用されます。
| 測定有効 | Multi-Select | 記録する測定項目 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| MQTT Host | Text - Default Value: localhost | ChirpStack MQTTブローカーのホスト名またはIPアドレス |
| MQTT Port | Integer - Default Value: 1883 | MQTTポート(デフォルト1883) |
| MQTT Username | Text | ブローカー認証のユーザー名(不要な場合は空欄のまま) |
| MQTT Password | Text | ブローカー認証のパスワード |
| TLSを有効化 | Boolean | TLS(SSL)接続を使用するかどうか |
| CA証明書のパス | Text | TLS使用時のCA証明書ファイルパス |
| Client ID | Text - Default Value: aot_rak3172hb_3JLfgV | MQTTクライアントの固有ID |
| Application ID(MQTTトピック) | Text - Default Value: + | 特定のアプリのみを購読するにはIDを入力してください。空欄の場合は"+"(すべて)を使用します。 |
| Device EUIフィルター | Text | 特定のデバイスのみを処理します。空欄の場合はすべて受信します(複数指定する場合はカンマ区切り)。 |
| Base HBフレームのデコード | Boolean - Default Value: True | FPort 225の0xA5 baseフレーム(バッテリー+クラス)をデコードします。 |
| Ext HBフレームのデコード | Boolean - Default Value: True | FPort 225の0xA6 extフレーム(HB周期、実際のクラス、バルブ状態など)をデコードします。 |
ROHM: BH1750
- Manufacturer: ROHM
- Measurements: Light
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
RainViewer: GL: RainViewer (Radar)
- Manufacturer: RainViewer
- Measurements: Status
- Libraries: gis_rainviewer
- Manufacturer URL: Link
RainViewerレーダー降水データのオーバーレイです。リアルタイムの降雨追跡とアニメーションに対応し、ベクター・ラスターの両モードと互換性があります。
| API Key | Text |
| Color Scheme | Select |
| Smoothing | Boolean |
Raspberry Pi Foundation: Sense HAT
- Manufacturer: Raspberry Pi Foundation
- Measurements: hum/temp/press/compass/magnet/accel/gyro
- Interfaces: I2C
- Libraries: sense-hat
- Dependencies: git, Bash Commands (see Module for details), sense-hat
- Manufacturer URL: Link
This module acquires measurements from the Raspberry Pi Sense HAT sensors, which include the LPS25H, LSM9DS1, and HTS221.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Remote Sensing: Satellite Analysis
- Manufacturer: Remote Sensing
- Measurements: Analysis Channels
- Interfaces: AoT
- Libraries: requests
Collects environmental data from satellite analysis and GIS layers based on the device location. Supports auto-adjustment for data gaps (e.g. coastal areas).
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Active GIS Source | Select | Select the satellite/GIS analysis source. |
| Auto-adjust Location | Boolean - Default Value: True | Automatically search nearby valid coordinates if data is missing at the exact location (Spiral Search). |
Ruuvi: RuuviTag
| Bluetooth MAC(XX:XX:XX:XX:XX:XX) | Text | The Hci location of the Bluetooth device. |
| Bluetoothアダプタ(hci[X]) | Text | The adapter of the Bluetooth device. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
STMicroelectronics: VL53L0X
- Manufacturer: STMicroelectronics
- Measurements: Millimeter (Time-of-Flight Distance)
- Interfaces: I2C
- Libraries: VL53L0X_rasp_python
- Dependencies: VL53L0X
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Accuracy | Select(Options: [Good Accuracy (33 ms, 1.2 m range) | Better Accuracy (66 ms, 1.2 m range) | Best Accuracy (200 ms, 1.2 m range) | Long Range (33 ms, 2 m) | High Speed, Low Accuracy (20 ms, 1.2 m)] (Default in bold) | Set the accuracy. A longer measurement duration yields a more accurate measurement |
| Commands |
| 新規I2Cアドレス | Text - Default Value: 0x52 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
STMicroelectronics: VL53L1X
- Manufacturer: STMicroelectronics
- Measurements: Millimeter (Time-of-Flight Distance)
- Interfaces: I2C
- Libraries: VL53L1X
- Dependencies: smbus2, vl53l1x
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2
Notes when setting a custom timing budget: A higher timing budget results in greater measurement accuracy, but also a higher power consumption. The inter measurement period must be >= the timing budget, otherwise it will be double the expected value.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 範囲 | Select(Options: [Short Range | Medium Range | Long Range | Custom Timing Budget] (Default in bold) | Select a range or select to set a custom Timing Budget and Inter Measurement Period. |
| Timing Budget (microseconds) | Integer - Default Value: 66000 | Set the timing budget. Must be less than or equal to the Inter Measurement Period. |
| Inter Measurement Period (milliseconds) | Integer - Default Value: 70 | Set the Inter Measurement Period |
STMicroelectronics: VL53L4CD
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Timing Budget (ms) | Integer - Default Value: 50 | Set the timing budget between 10 to 200 ms. A longer duration yields a more accurate measurement. |
| Inter-Measurement Period (ms) | Integer | Valid range between Timing Budget and 5000 ms (0 to disable) |
| Commands |
| The I2C address of the sensor can be changed. Enter a new address in the 0xYY format (e.g. 0x22, 0x50), then press Set I2C Address. Remember to deactivate the Input and change the I2C address option after setting the new address. |
| 新規I2Cアドレス | Text - Default Value: 0x29 | デバイスに設定する新しいI2Cアドレス |
| Set I2C Address | Button | |
Seeed: SenseCAP OpenAPI Sensor
Polls the SenseCAP OpenAPI directly for a SenseCAP LoRaWAN sensor node, bypassing the LoRaWAN network server. Requires an API ID/Access API Key created in the SenseCAP portal, and the device Node EUI. Select the Device Type matching the physical sensor so only its relevant channels are created.
| 測定間隔(秒) | Decimal - Default Value: 300 | 測定間隔を秒単位で入力してください。 |
| デバイス種別 | Select(Options: [温湿度センサー | 光量センサー | CO2センサー | 気圧センサー | 土壌水分・温度センサー | 風向センサー | 風速センサー | 雨量計 | Compact Weather Station 5-in-1 (S500) | Compact Weather Station 3-in-1 (S300) | Compact Weather Station 4-in-1 (S400) | 土壌温度・体積含水率センサー | 多層土壌水分・温度センサー | 土壌水分・温度・ECセンサー | LoRaWAN 8-in-1 Compact Weather Station (S2120) | Compact Weather Station 10-in-1 (S1000) | pH Sensor (S2106) | 温湿度・露点センサー | 温度センサー] (Default in bold) | Select the type of SenseCAP sensor this node is, so the correct measurement channels are used. |
| Node EUI | Text | Enter the SenseCAP device Node EUI. |
| API ID | Text | Enter the API ID issued by the SenseCAP portal (Organization/Security Credentials). |
| Access API Key | Text | SenseCAPポータルで発行されたAccess API Keyを入力してください。 |
| Commands |
| Fetch Historical Data | Button | |
Seeedstudio: DHT11/22
- Manufacturer: Seeedstudio
- Measurements: Humidity/Temperature
- Interfaces: GROVE
- Libraries: grovepi
- Dependencies: grovepi
- Manufacturer URLs: Link 1, Link 2
Enter the Grove Pi+ GPIO pin connected to the sensor and select the sensor type.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Sensor Type | Select(Options: [DHT11 (Blue) | DHT22 (White)] (Default in bold) | Sensor type |
Senseair: K96
- Manufacturer: Senseair
- Measurements: Methane/Moisture/CO2/Pressure/Humidity/Temperature
- Interfaces: UART
- Libraries: Serial
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sensirion: SCD-4x (40, 41)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Temperature Offset | Decimal - Default Value: 4.0 | Set the sensor temperature offset |
| Altitude (m) | Integer | Set the sensor altitude (meters) |
| Automatic Self-Calibration | Boolean | Set the sensor automatic self-calibration |
| Persist Settings | Boolean - Default Value: True | Settings will persist after powering off |
| Commands |
| You can force the CO2 calibration for a specific CO2 concentration value (in ppmv). The sensor needs to be active for at least 3 minutes prior to calibration. |
| CO2 Concentration (ppmv) | Decimal - Default Value: 400.0 | Calibrate to this CO2 concentration that the sensor is being exposed to (in ppmv) |
| Calibrate CO2 | Button | |
Sensirion: SCD30 (Adafruit_CircuitPython_SCD30)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| I2C Frequency: The SCD-30 has temperamental I2C with clock stretching. The datasheet recommends starting at 50,000 Hz. |
| I2C Frequency (Hz) | Integer - Default Value: 50000 |
| Automatic Self Ccalibration (ASC): To work correctly, the sensor must be on and active for 7 days after enabling ASC, and exposed to fresh air for at least 1 hour per day. Consult the manufacturer’s documentation for more information. |
| Enable Automatic Self Calibration | Boolean |
| Temperature Offset: Specifies the offset to be added to the reported measurements to account for a bias in the measured signal. Must be a positive value, and will reduce the recorded temperature by that amount. Give the sensor adequate time to acclimate after setting this value. Value is in degrees Celsius with a resolution of 0.01 degrees and a maximum value of 655.35 C. |
| 温度オフセット | Decimal |
| Ambient Air Pressure (mBar): Specify the ambient air pressure at the measurement location in mBar. Setting this value adjusts the CO2 measurement calculations to account for the air pressure’s effect on readings. Values must be in mBar, from 700 to 1200 mBar. |
| Ambient Air Pressure (mBar) | Integer - Default Value: 1200 |
| Altitude: Specifies the altitude at the measurement location in meters above sea level. Setting this value adjusts the CO2 measurement calculations to account for the air pressure’s effect on readings. |
| Altitude (m) | Integer - Default Value: 100 |
| Commands |
| A soft reset restores factory default values. |
| Soft Reset | Button | |
| Forced Re-Calibration: The SCD-30 is placed in an environment with a known CO2 concentration, this concentration value is entered in the CO2 Concentration (ppmv) field, then the Foce Calibration button is pressed. But how do you come up with that known value? That is a caveat of this approach and Sensirion suggests three approaches: 1. Using a separate secondary calibrated CO2 sensor to provide the value. 2. Exposing the SCD-30 to a controlled environment with a known value. 3. Exposing the SCD-30 to fresh outside air and using a value of 400 ppm. |
| CO2 Concentration (ppmv) | Integer - Default Value: 800 | The CO2 concentration of the sensor environment when forcing calibration |
| Force Recalibration | Button | |
Sensirion: SCD30 (scd30_i2c)
- Manufacturer: Sensirion
- Measurements: CO2/Humidity/Temperature
- Interfaces: I2C
- Libraries: scd30_i2c
- Dependencies: scd30-i2c
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URLs: Link 1, Link 2
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Automatic Self Ccalibration (ASC): To work correctly, the sensor must be on and active for 7 days after enabling ASC, and exposed to fresh air for at least 1 hour per day. Consult the manufacturer’s documentation for more information. |
| Enable Automatic Self Calibration | Boolean |
| Commands |
| A soft reset restores factory default values. |
| Soft Reset | Button | |
Sensirion: SHT1x/7x
- Manufacturer: Sensirion
- Measurements: Humidity/Temperature
- Interfaces: GPIO
- Libraries: sht_sensor
- Dependencies: sht-sensor
- Manufacturer URLs: Link 1, Link 2
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sensirion: SHT2x (sht20)
- Manufacturer: Sensirion
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: sht20
- Dependencies: sht20
- Manufacturer URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Temperature Resolution | Select(Options: [11-bit | 12-bit | 13-bit | 14-bit] (Default in bold) | The resolution of the temperature measurement |
Sensirion: SHT2x (smbus2)
- Manufacturer: Sensirion
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: smbus2
- Dependencies: smbus2
- Manufacturer URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sensirion: SHT31-D
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度オフセット | Decimal | The temperature offset (degrees Celsius) to apply |
Sensirion: SHT3x (30, 31, 35)
- Manufacturer: Sensirion
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: Adafruit_SHT31
- Dependencies: Adafruit-GPIO, Adafruit-SHT31
- Manufacturer URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Enable Heater | Boolean | Enable heater to evaporate condensation. Turn on heater x seconds every y measurements |
| Heater On Seconds (Seconds) | Decimal - Default Value: 1.0 | How long to turn the heater on |
| Heater On Period | Integer - Default Value: 10 | After how many measurements to turn the heater on. This will repeat |
Sensirion: SHT4X
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sensirion: SHTC3
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sensorion: SHT31 Smart Gadget
| Bluetooth MAC(XX:XX:XX:XX:XX:XX) | Text | The Hci location of the Bluetooth device. |
| Bluetoothアダプタ(hci[X]) | Text | The adapter of the Bluetooth device. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Download Stored Data | Boolean - Default Value: True | Download the data logged to the device. |
| Set Logging Interval (Seconds) | Integer - Default Value: 600 | Set the logging interval the device will store measurements on its internal memory. |
Silicon Labs: SI1145
- Manufacturer: Silicon Labs
- Measurements: Light (UV/Visible/IR), Proximity (cm)
- Interfaces: I2C
- Libraries: si1145
- Dependencies: SI1145
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Silicon Labs: Si7021
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Sonoff: TH16/10 (Tasmota firmware) with AM2301/Si7021
- Manufacturer: Sonoff
- Measurements: Humidity/Temperature
- Libraries: requests
- Dependencies: requests
- Manufacturer URL: Link
This Input module allows the use of any temperature/humidity sensor with the TH10/TH16. Changing the Sensor Name option changes the key that's queried from the returned dictionary of measurements. If you would like to use this module with a version of this device that uses the AM2301, change Sensor Name to AM2301.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| IPアドレス | Text - Default Value: 192.168.0.100 | The IP address of the device |
| Sensor Name | Text - Default Value: SI7021 | The name of the sensor connected to the device (specific key name in the returned dictionary) |
Sonoff: TH16/10 (Tasmota firmware) with AM2301
- Manufacturer: Sonoff
- Measurements: Humidity/Temperature
- Libraries: requests
- Dependencies: requests
- Manufacturer URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| IPアドレス | Text - Default Value: 192.168.0.100 | The IP address of the device |
Sonoff: TH16/10 (Tasmota firmware) with DS18B20
- Manufacturer: Sonoff
- Measurements: Temperature
- Libraries: requests
- Dependencies: requests
- Manufacturer URL: Link
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| IPアドレス | Text - Default Value: 192.168.0.100 | The IP address of the device |
Stadia Maps: GL: Stadia Maps
- Manufacturer: Stadia Maps
- Measurements: Status
- Libraries: gis_stadia
- Manufacturer URL: Link
Stadia Mapsの高品質なデザイン特化型地図サーバーです。Alidade Smooth、Dark、OSMBrightスタイルにより、目に優しい配色と高品質なフォントによるクリーンなレイアウトを提供し、プロフェッショナルなダッシュボード制作に適しています。
| Stadia/Stamen API Key | Text |
| Map Style |
Statistics Korea: KO: SGIS (Statistics Korea)
- Manufacturer: Statistics Korea
- Measurements: Status
- Libraries: gis_sgis
- Manufacturer URL: Link
韓国統計庁の統計地理情報サービス(SGIS)です。行政区域別の人口、世帯、事業所などの統計データの空間分析・可視化に最適化された韓国国内向けサービスです。
| SGIS Service ID (Consumer Key) | Text |
| SGIS Security Key (Consumer Secret) | Text |
| Data Configuration |
| Statistic Subject | Select |
| Year (YYYY) | Text |
| Target Admin Code (adm_cd) | Text |
| Visualization | Select |
TE Connectivity: HTU21D (Adafruit_CircuitPython_HTU21D)
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 温度オフセット | Decimal | The temperature offset (degrees Celsius) to apply |
TE Connectivity: HTU21D (pigpio)
- Manufacturer: TE Connectivity
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: pigpio
- Dependencies: pigpio, pigpio
- Manufacturer URL: Link
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
TP-Link: Kasa WiFi Power Plug/Strip Energy Statistics
- Manufacturer: TP-Link
- Measurements: kilowatt hours
- Interfaces: IP
- Libraries: python-kasa
- Dependencies: python-kasa, aio_msgpack_rpc
- Manufacturer URL: Link
This measures from several Kasa power devices (plugs/strips) capable of measuring energy consumption. These include, but are not limited to the KP115 and HS600.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Device Type | Select | The type of Kasa device |
| ホスト | Text - Default Value: 0.0.0.0 | ホストまたはIPアドレス |
| Asyncio RPC Port | Integer - Default Value: 18121 | The port to start the asyncio RPC server. Must be unique from other Kasa Outputs. |
| Commands |
| The total kWh can be cleared with the following button or with the Clear Total kWh Function Action. This will also clear all energy stats on the device, not just the total kWh. |
| トータルをクリア: キロワット時 | Button | |
Tasmota: Tasmota Outlet Energy Monitor (HTTP)
- Manufacturer: Tasmota
- Measurements: Total Energy, Amps, Watts
- Interfaces: HTTP
- Libraries: requests
- Manufacturer URL: Link
- Product URL: Link
This input queries the energy usage information from a WiFi outlet that is running the tasmota firmware. There are many WiFi outlets that support tasmota, and many of of those have energy monitoring capabilities. When used with an MQTT Output, you can both control your tasmota outlets as well as mionitor their energy usage.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ホスト | Text - Default Value: 192.168.0.50 | ホストまたはIPアドレス |
Texas Instruments: ADS1015
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 平均化する測定数 | Integer - Default Value: 5 | 各チャネルを測定する回数。測定値の平均が保存されます。 |
Texas Instruments: ADS1115: Generic Analog pH/EC
This input relies on an ADS1115 analog-to-digital converter (ADC) to measure pH and/or electrical conductivity (EC) from analog sensors. You can enable or disable either measurement if you want to only connect a pH sensor or an EC sensor by selecting which measurements you want to under Measurements Enabled. Select which channel each sensor is connected to on the ADC. There are default calibration values initially set for the Input. There are also functions to allow you to easily calibrate your sensors with calibration solutions. If you use the Calibrate Slot actions, these values will be calculated and will replace the currently-set values. You can use the Clear Calibration action to delete the database values and return to using the default values. If you delete the Input or create a new Input to use your ADC/sensors with, you will need to recalibrate in order to store new calibration data.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ADC Channel: pH | Select(Options: [Channel 0 | Channel 1 | Channel 2 | Channel 3] (Default in bold) | The ADC channel the pH sensor is connected |
| ADC Channel: EC | Select(Options: [Channel 0 | Channel 1 | Channel 2 | Channel 3] (Default in bold) | The ADC channel the EC sensor is connected |
| Temperature Compensation |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| pH Calibration Data |
| Cal data: V1 (internal) | Decimal - Default Value: 1.5 | Calibration data: Voltage |
| Cal data: pH1 (internal) | Decimal - Default Value: 7.0 | Calibration data: pH |
| Cal data: T1 (internal) | Decimal - Default Value: 25.0 | Calibration data: Temperature |
| Cal data: V2 (internal) | Decimal - Default Value: 2.032 | Calibration data: Voltage |
| Cal data: pH2 (internal) | Decimal - Default Value: 4.0 | Calibration data: pH |
| Cal data: T2 (internal) | Decimal - Default Value: 25.0 | Calibration data: Temperature |
| EC Calibration Data |
| EC cal data: V1 (internal) | Decimal - Default Value: 0.232 | EC calibration data: Voltage |
| EC cal data: EC1 (internal) | Decimal - Default Value: 1413.0 | EC calibration data: EC |
| EC cal data: T1 (internal) | Decimal - Default Value: 25.0 | EC calibration data: EC |
| EC cal data: V2 (internal) | Decimal - Default Value: 2.112 | EC calibration data: Voltage |
| EC cal data: EC2 (internal) | Decimal - Default Value: 12880.0 | EC calibration data: EC |
| EC cal data: T2 (internal) | Decimal - Default Value: 25.0 | EC calibration data: EC |
| Commands |
| pH Calibration Actions: Place your probe in a solution of known pH. Set the known pH value in the "Calibration buffer pH" field, and press "Calibrate pH, slot 1". Repeat with a second buffer, and press "Calibrate pH, slot 2". You don't need to change the values under "Custom Options". |
| Calibration buffer pH | Decimal - Default Value: 7.0 | This is the nominal pH of the calibration buffer, usually labelled on the bottle. |
| Calibrate pH, slot 1 | Button | |
| Calibrate pH, slot 2 | Button | |
| Clear pH Calibration Slots | Button | |
| EC Calibration Actions: Place your probe in a solution of known EC. Set the known EC value in the "Calibration standard EC" field, and press "Calibrate EC, slot 1". Repeat with a second standard, and press "Calibrate EC, slot 2". You don't need to change the values under "Custom Options". |
| Calibration standard EC | Decimal - Default Value: 1413.0 | This is the nominal EC of the calibration standard, usually labelled on the bottle. |
| Calibrate EC, slot 1 | Button | |
| Calibrate EC, slot 2 | Button | |
| Clear EC Calibration Slots | Button | |
Texas Instruments: ADS1115
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 平均化する測定数 | Integer - Default Value: 5 | 各チャネルを測定する回数。測定値の平均が保存されます。 |
Texas Instruments: ADS1256: Generic Analog pH/EC
- Manufacturer: Texas Instruments
- Measurements: Ion Concentration/Electrical Conductivity
- Interfaces: UART
- Libraries: wiringpi, aot-inc/PiPyADC-py3
- Dependencies: wiringpi, pipyadc_py3
This input relies on an ADS1256 analog-to-digital converter (ADC) to measure pH and/or electrical conductivity (EC) from analog sensors. You can enable or disable either measurement if you want to only connect a pH sensor or an EC sensor by selecting which measurements you want to under Measurements Enabled. Select which channel each sensor is connected to on the ADC. There are default calibration values initially set for the Input. There are also functions to allow you to easily calibrate your sensors with calibration solutions. If you use the Calibrate Slot actions, these values will be calculated and will replace the currently-set values. You can use the Clear Calibration action to delete the database values and return to using the default values. If you delete the Input or create a new Input to use your ADC/sensors with, you will need to recalibrate in order to store new calibration data.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| ADC Channel: pH | Select(Options: [Not Connected | Channel 0 | Channel 1 | Channel 2 | Channel 3 | Channel 4 | Channel 5 | Channel 6 | Channel 7] (Default in bold) | The ADC channel the pH sensor is connected |
| ADC Channel: EC | Select(Options: [Not Connected | Channel 0 | Channel 1 | Channel 2 | Channel 3 | Channel 4 | Channel 5 | Channel 6 | Channel 7] (Default in bold) | The ADC channel the EC sensor is connected |
| Temperature Compensation |
| 温度補償: 測定 | Select Measurement (Input, Function) | Select a measurement for temperature compensation |
| 温度補償: 最大経過時間 (Seconds) | Integer - Default Value: 120 | 使用する測定値の最大経過時間 |
| pH Calibration Data |
| Cal data: V1 (internal) | Decimal - Default Value: 1.5 | Calibration data: Voltage |
| Cal data: pH1 (internal) | Decimal - Default Value: 7.0 | Calibration data: pH |
| Cal data: T1 (internal) | Decimal - Default Value: 25.0 | Calibration data: Temperature |
| Cal data: V2 (internal) | Decimal - Default Value: 2.032 | Calibration data: Voltage |
| Cal data: pH2 (internal) | Decimal - Default Value: 4.0 | Calibration data: pH |
| Cal data: T2 (internal) | Decimal - Default Value: 25.0 | Calibration data: Temperature |
| EC Calibration Data |
| EC cal data: V1 (internal) | Decimal - Default Value: 0.232 | EC calibration data: Voltage |
| EC cal data: EC1 (internal) | Decimal - Default Value: 1413.0 | EC calibration data: EC |
| EC cal data: T1 (internal) | Decimal - Default Value: 25.0 | EC calibration data: EC |
| EC cal data: V2 (internal) | Decimal - Default Value: 2.112 | EC calibration data: Voltage |
| EC cal data: EC2 (internal) | Decimal - Default Value: 12880.0 | EC calibration data: EC |
| EC cal data: T2 (internal) | Decimal - Default Value: 25.0 | EC calibration data: EC |
| キャリブレーション | Select | Set the calibration method to perform during Input activation |
| Commands |
| pH Calibration Actions: Place your probe in a solution of known pH. Set the known pH value in the `Calibration buffer pH` field, and press `Calibrate pH, slot 1`. Repeat with a second buffer, and press `Calibrate pH, slot 2`. You don't need to change the values under `Custom Options`. |
| Calibration buffer pH | Decimal - Default Value: 7.0 | This is the nominal pH of the calibration buffer, usually labelled on the bottle. |
| Calibrate pH, slot 1 | Button | |
| Calibrate pH, slot 2 | Button | |
| Clear pH Calibration Slots | Button | |
| EC Calibration Actions: Place your probe in a solution of known EC. Set the known EC value in the `Calibration standard EC` field, and press `Calibrate EC, slot 1`. Repeat with a second standard, and press `Calibrate EC, slot 2`. You don't need to change the values under `Custom Options`. |
| Calibration standard EC | Decimal - Default Value: 1413.0 | This is the nominal EC of the calibration standard, usually labelled on the bottle. |
| Calibrate EC, slot 1 | Button | |
| Calibrate EC, slot 2 | Button | |
| Clear EC Calibration Slots | Button | |
Texas Instruments: ADS1256
- Manufacturer: Texas Instruments
- Measurements: Voltage (Waveshare, Analog-to-Digital Converter)
- Interfaces: UART
- Libraries: wiringpi, aot-inc/PiPyADC-py3
- Dependencies: wiringpi, pipyadc_py3
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| キャリブレーション | Select | Set the calibration method to perform during Input activation |
Texas Instruments: ADS1x15
- Manufacturer: Texas Instruments
- Measurements: Voltage (Analog-to-Digital Converter)
- Interfaces: I2C
- Libraries: Adafruit_ADS1x15 [DEPRECATED]
- Dependencies: Adafruit-GPIO, Adafruit-ADS1x15
The Adafruit_ADS1x15 is deprecated. It's advised to use The Circuit Python ADS1x15 Input.
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 平均化する測定数 | Integer - Default Value: 5 | 各チャネルを測定する回数。測定値の平均が保存されます。 |
Texas Instruments: HDC1000
- Manufacturer: Texas Instruments
- Measurements: Humidity/Temperature
- Interfaces: I2C
- Libraries: fcntl/io
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Texas Instruments: INA219x
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| 平均化する測定数 | Integer - Default Value: 5 | 各チャネルを測定する回数。測定値の平均が保存されます。 |
| Calibration Range | Select(Options: [32V @ 2A max (default) | 32V @ 1A max | 16V @ 400mA max | 16V @ 5A max] (Default in bold) | Set the device calibration range |
| Bus Voltage Range | Select(Options: [(0x00) - 16V | (0x01) - 32V (default)] (Default in bold) | Set the bus voltage range |
| Bus ADC Resolution | Select(Options: [(0x00) - 9 Bit / 1 Sample | (0x01) - 10 Bit / 1 Sample | (0x02) - 11 Bit / 1 Sample | (0x03) - 12 Bit / 1 Sample (default) | (0x09) - 12 Bit / 2 Samples | (0x0A) - 12 Bit / 4 Samples | (0x0B) - 12 Bit / 8 Samples | (0x0C) - 12 Bit / 16 Samples | (0x0D) - 12 Bit / 32 Samples | (0x0E) - 12 Bit / 64 Samples | (0x0F) - 12 Bit / 128 Samples] (Default in bold) | Set the Bus ADC Resolution. |
| Shunt ADC Resolution | Select(Options: [(0x00) - 9 Bit / 1 Sample | (0x01) - 10 Bit / 1 Sample | (0x02) - 11 Bit / 1 Sample | (0x03) - 12 Bit / 1 Sample (default) | (0x09) - 12 Bit / 2 Samples | (0x0A) - 12 Bit / 4 Samples | (0x0B) - 12 Bit / 8 Samples | (0x0C) - 12 Bit / 16 Samples | (0x0D) - 12 Bit / 32 Samples | (0x0E) - 12 Bit / 64 Samples | (0x0F) - 12 Bit / 128 Samples] (Default in bold) | Set the Shunt ADC Resolution. |
Texas Instruments: TMP006
- Manufacturer: Texas Instruments
- Measurements: Temperature (Object/Die)
- Interfaces: I2C
- Libraries: Adafruit_TMP
- Dependencies: Adafruit-TMP
- Datasheet URL: Link
- Product URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
The Things Network: The Things Network: Data Storage (TTN v2)
- Manufacturer: The Things Network
- Measurements: Variable measurements
- Libraries: requests
- Dependencies: requests
This Input receives and stores measurements from the Data Storage Integration on The Things Network.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Application ID | Text | The Things Network Application ID |
| App API Key | Text | The Things Network Application API Key |
| Device ID | Text | The Things Network Device ID |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| Variable Name | Text | The TTN variable name |
The Things Network: The Things Network: Data Storage (TTN v3, Payload Key)
- Manufacturer: The Things Network
- Measurements: Variable measurements
- Libraries: requests
- Dependencies: requests
This Input receives and stores measurements from the Data Storage Integration on The Things Network. If you have key/value pairs as your payload, enter the key name in Variable Name and the corresponding value for that key will be stored in the measurement database.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Application ID | Text | The Things Network Application ID |
| App API Key | Text | The Things Network Application API Key |
| Device ID | Text | The Things Network Device ID |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| Variable Name | Text | The TTN variable name |
The Things Network: The Things Network: Data Storage (TTN v3, Payload jmespath Expression)
- Manufacturer: The Things Network
- Measurements: Variable measurements
- Libraries: requests, jmespath
- Dependencies: requests, jmespath
This Input receives and stores measurements from the Data Storage Integration on The Things Network. The given Payload jmespath Expression is used as a JMESPATH expression to find the corresponding value that will be stored for that channel. Be sure you select and save the Measurement Unit for each channel. Once the unit has been saved, you can convert to other units in the Convert Measurement section. Example expressions for jmespath (https://jmespath.org) include temperature, sensors[0].temperature, and bathroom.temperature which refer to the temperature as a direct key within the first entry of sensors or as a subkey of bathroom, respectively. Jmespath elements and keys that contain special characters have to be enclosed in double quotes, e.g. "sensor-1".temperature.
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| Start Offset (Seconds) | Integer | 初回動作までの待機時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Application ID | Text | The Things Network Application ID |
| App API Key | Text | The Things Network Application API Key |
| Device ID | Text | The Things Network Device ID |
| Channel Options |
| 名前 | Text | 他と区別するための名前 |
| Payload jmespath Expression | Text | The TTN jmespath expression to return the value to store |
Thunderforest: GL: Thunderforest
- Manufacturer: Thunderforest
- Measurements: Status
- Libraries: gis_thunderforest
- Manufacturer URL: Link
OpenStreetMapデータを用いた、特定用途向けのユニークなテーマ地図です。サイクリングルート(Cycle)、公共交通(Transport)、夜間地図、地形強調など、視覚的に印象的なスタイルを利用できます。
| Thunderforest API Key | Text |
| Map Style |
Vworld: KO: Vworld
- Manufacturer: Vworld
- Measurements: Status
- Libraries: gis_vworld
- Manufacturer URL: Link
韓国国土交通部のVworld空間情報オープンプラットフォームです。最も精密な国家高解像度航空写真、数値地図、地籍図、リアルタイム交通データを提供します。国内業務支援に最も特化した国家標準地図です。
| API Key | Text |
| Registered Domain | Text |
| Map Layer / Style |
| Show Legend | Boolean |
Winsen: MH-Z14A
- Manufacturer: Winsen
- Measurements: CO2
- Interfaces: UART
- Libraries: serial
- Dependencies: RPi.GPIO
- Manufacturer URL: Link
- Datasheet URL: Link
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Automatic Self-calibration | Boolean - Default Value: True | Enable automatic self-calibration |
| Measurement Range | Select(Options: [400 - 2000 ppmv | 400 - 5000 ppmv | 400 - 10000 ppmv] (Default in bold) | Set the measuring range of the sensor |
| The CO2 measurement can also be obtained using PWM via a GPIO pin. Enter the pin number below or leave blank to disable this option. This also makes it possible to obtain measurements even if the UART interface is not available (note that the sensor can't be configured / calibrated without a working UART interface). |
| GPIO Override | Text | Obtain readings using PWM on this GPIO pin instead of via UART |
| Commands |
| Calibrate Zero Point | Button | |
| Span Point (ppmv) | Integer - Default Value: 2000 | The ppmv concentration for a span point calibration |
| Calibrate Span Point | Button | |
Winsen: MH-Z16
- Manufacturer: Winsen
- Measurements: CO2
- Interfaces: UART, I2C
- Libraries: smbus2/serial
- Dependencies: smbus2
- Manufacturer URL: Link
- Datasheet URL: Link
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Winsen: MH-Z19
- Manufacturer: Winsen
- Measurements: CO2
- Interfaces: UART
- Libraries: serial
- Datasheet URL: Link
This is the version of the sensor that does not include the ability to conduct automatic baseline correction (ABC). See the B version of the sensor if you wish to use ABC.
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Measurement Range | Select(Options: [0 - 1000 ppmv | 0 - 2000 ppmv | 0 - 3000 ppmv | 0 - 5000 ppmv] (Default in bold) | Set the measuring range of the sensor |
| Commands |
| Calibrate Zero Point | Button | |
| Span Point (ppmv) | Integer - Default Value: 2000 | The ppmv concentration for a span point calibration |
| Calibrate Span Point | Button | |
Winsen: MH-Z19B
- Manufacturer: Winsen
- Measurements: CO2
- Interfaces: UART
- Libraries: serial
- Manufacturer URL: Link
- Datasheet URL: Link
This is the B version of the sensor that includes the ability to conduct automatic baseline correction (ABC).
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Automatic Baseline Correction | Boolean | Enable automatic baseline correction (ABC) |
| Measurement Range | Select(Options: [0 - 1000 ppmv | 0 - 2000 ppmv | 0 - 3000 ppmv | 0 - 5000 ppmv | 0 - 10000 ppmv] (Default in bold) | Set the measuring range of the sensor |
| Commands |
| Calibrate Zero Point | Button | |
| Span Point (ppmv) | Integer - Default Value: 2000 | The ppmv concentration for a span point calibration |
| Calibrate Span Point | Button | |
Winsen: ZH03B
- Manufacturer: Winsen
- Measurements: Particulates
- Interfaces: UART
- Libraries: serial
- Manufacturer URL: Link
- Datasheet URL: Link
| UARTデバイス | Text | UARTデバイスの場所 (例: /dev/ttyUSB1) |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Fan Off After Measure | Boolean | Turn the fan on only during the measurement |
| Fan On Duration (Seconds) | Decimal - Default Value: 50.0 | How long to turn the fan on before acquiring measurements |
| Number of Measurements | Integer - Default Value: 3 | How many measurements to acquire. If more than 1 are acquired that are less than 1001, the average of the measurements will be stored. |
Xiaomi: Miflora
- Manufacturer: Xiaomi
- Measurements: EC/Light/Moisture/Temperature
- Interfaces: BT
- Libraries: miflora
- Dependencies: libglib2.0-dev, miflora, bluepy
| Bluetooth MAC(XX:XX:XX:XX:XX:XX) | Text | The Hci location of the Bluetooth device. |
| Bluetoothアダプタ(hci[X]) | Text | The adapter of the Bluetooth device. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
Xiaomi: Mijia LYWSD03MMC (ATC and non-ATC modes)
More information about ATC mode can be found at https://github.com/JsBergbau/MiTemperature2
| Bluetooth MAC(XX:XX:XX:XX:XX:XX) | Text | The Hci location of the Bluetooth device. |
| Bluetoothアダプタ(hci[X]) | Text | The adapter of the Bluetooth device. |
| 測定有効 | Multi-Select | 記録する測定項目 |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |
| Enable ATC Mode | Boolean | Enable sensor ATC mode |
ams: AS7341
| I2C Address | Text | The address of the I2C device. |
| I2C Bus | Integer | The Bus the I2C device is connected. |
| Period (Seconds) | Decimal | 測定またはアクションの間隔時間 |
| 事前出力 | Select | 各測定を行う前に、選択した出力をオンにします |
| Pre Out Duration (Seconds) | Decimal | 事前出力が選択されている場合、すべての測定を取得する前に事前出力をオンにする期間を設定します。 |
| 測定前および測定中 | Boolean | 測定完了後に(前ではなく)出力をオフにするにはチェックしてください |