Skip to content

ruuvi-friends/ruuvi_hass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages