josecastroleon / pimatic-sensortag

Pimatic plugin to retrieve Sensortag sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pimatic-sensortag

Pimatic Plugin that retrieves some sensor data from TI Sensortag

Configuration

Add the plugin to the plugin section:

{
  "plugin": "sensortag"
},

Then add the device entry for your device into the devices section:

{
  "id": "sensortag-room",
  "class": "SensorTagDevice",
  "name": "Bedroom",
  "uuid": "01234567890a",
  "interval": 60000
}

Then you can add the items into the mobile frontend

About

Pimatic plugin to retrieve Sensortag sensors


Languages

Language:CoffeeScript 100.0%