node-red-contrib-soracom-gps-multiunit 1.0.1
This node parses a payload from GPS multiunit SORACOM edition.
Sample flow is here.
soracom_gps_multiunit
This node parses JSON data which was sent from SORACOM GPS multiunit and is encoded by base64. Payload data contain the following information. Please refer to this site for more details.
- lat: Latitude (degree)
- lon: Longitude (degree)
- bat: Battery pictogram (three levels, -1 for charging)
- rs: Antenna pictogram (-1 for no signal)
- temp: Temperature (celsius)
- humi: Humidity (%)
- x: Acceleration X (mG)
- y: Acceleration Y (mG)
- z: Acceleration Z (mG)
- type: 0:Scheduled transmission/Acceleration event, 1:Button push, -1:Unexpected value
soracom_gps_multiunit
このノードは、GPSマルチユニット SORACOM Editionから送られてきたJSON形式のデータを処理します。 ペイロードには、以下の情報が含まれます。詳細については、このサイトを参照してください。
- lat: 緯度 (度)
- lon: 経度 (度)
- bat: 電池ピクト (3段階、-1は充電中)
- rs: アンテナピクト (-1は圏外)
- temp: 温度 (摂氏)
- humi: 湿度 (%)
- x: 加速度 X (mG)
- y: 加速度 Y (mG)
- z: 加速度 Z (mG)
- 0:定期送信・加速度割り込み 1:ボタン押下時の送信 -1:異常値