Skybeacon


The skybeacon sensor platform supports CR2477-powered iBeacon/eddystone sensors that come with temperature/sensor module.

Configuration

To use your Skybeacon sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: skybeacon
    mac: "xx:xx:xx:xx:xx:xx"
    monitored_conditions:
      - temperature
      - humidity

Configuration Variables

mac string Required

The MAC address of your sensor. You can find this be running hcitool lescan from command line.

name string (Optional, default: Skybeacon)

The name of the Skybeacon sensor.

monitored_conditions list (Optional)

The parameters that should be monitored.

temperature

Temperature at the sensor’s location.

humidity

Humidity at the sensor’s location.