ruuvi-friends / ruuvi_hass

RuuviTag sensor for hass.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruuvi_hass

RuuviTag sensor for hass.io

Copy the contents of custom_components in this repo to <config folder>/custom_components (e.g. /home/homeassistant/.homeassistant/custom_components/).

The configuration.yaml has to be edited like this

sensor:
  - platform: ruuvi-hass
    mac: 'MA:CA:DD:RE:SS:00'
    name: 'livingroom'
    
  - platform: ruuvi-hass
    mac: 'MA:CA:DD:RE:SS:01'
    name: 'bathroom'

If you need you can pass the ble adapter as well. Run hciconfig to see which ones are available on your machine / env Defaults to ruuvi ble_communicator default (at this point is hci0)

  - platform: ruuvi-hass
    mac: 'MA:CA:DD:RE:SS:01'
    name: 'balcony'
    adapter: 'hci0' 

Contributors

JonasR- (author) PieterGit salleq smaisidoro

About

RuuviTag sensor for hass.io


Languages

Language:Python 100.0%