home-assistant.io/source/_components/tellstick.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category
page TellStick Instructions on how to integrate your TellStick into Home Assistant. 2015-03-28 13:06 true false true true telldus_tellstick.png Hub

The tellstick component integrates TellStick devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 MHz. There are a number of vendors (Capidi Elro, Intertechno, Nexa, Proove, Sartano, and Viking) who are selling products that work with TellStick. For more details, please check the TellStick protocol list.

To get started, add the devices to your configuration.yaml file.

# Example configuration.yaml entry
tellstick:
# Example configuration.yaml entry for hass.io with TellStick add-on
tellstick:
  host: core-tellstick
  port: [50800, 50801]

Configuration variables:

  • signal_repetitions (Optional): Because the tellstick sends its actions via radio and from most receivers it's impossible to know if the signal was received or not. Therefore you can configure the switch and light to try to send each signal repeatedly.
  • host (Optional): If you run tellstick on a other server or with a hass.io add-on.
  • port (Optional): If needed with host config option. Must be port pair, for example [50800, 50801].