1.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | TellStick Sensor | Instructions on how to integrate TellStick sensors into Home Assistant. | 2015-08-06 19:00 | true | false | true | true | telldus_tellstick.png | Sensor | Local Polling |
The tellstick
sensor platform allows you to get current meteorological data from a TellStick device.
To use your TellStick device, you first have to set up your Tellstick hub and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: tellstick
{% configuration %}
sensor:
description: "Entry for a sensor with the ID and its name, e.g., ID: Name."
required: false
type: string
only_named:
description: Only show the named sensors. Set to true
to hide sensors.
required: false
default: false
type: boolean
temperature_scale:
description: The scale of the temperature value.
required: false
default: °C
type: string
datatype_mask:
description: Mask to determine which sensor values to show based on. Please check the TellCore tellcore.constants documentation for details.
required: false
default: 127
type: integer
{% endconfiguration %}
{% linkable_title Examples %}
In this section you find some real-life examples of how to use this sensor.
{% linkable_title Full configuration %}
# Example configuration.yaml entry
sensor:
- platform: tellstick
135: Outside
21: Inside
only_named: true
temperature_scale: "°C"
datatype_mask: 1