diff --git a/addons/index.html b/addons/index.html index dba9a70ca1..2a4c285a31 100644 --- a/addons/index.html +++ b/addons/index.html @@ -152,6 +152,10 @@ Snips.ai
Enhance your Hass.io installation with a local voice assistant. +
  • + TellStick
    + Telldus TellStick service enabler and tools. +
  • diff --git a/addons/tellstick/index.html b/addons/tellstick/index.html new file mode 100644 index 0000000000..600ec835fb --- /dev/null +++ b/addons/tellstick/index.html @@ -0,0 +1,220 @@ + + + + + + + + + TellStick - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + +
    +

    + TellStick +

    +
    +
    +

    Setting up the Tellstick service and tools contained in the telldus-core package and adding configuration to enable Tellstick and Tellstick Duo to work on your Hass.io.

    +

    To use this add-on, you first install it from the list of Built-in add-ons in Hass.io. +After installation you are presented with a default and example configuration, to alter this you must follow both the JSON format and also be aligned with the valid parameters for Tellstick configuration file (tellstick.conf).

    +

    After any changes has been made to the configuration you need to restart the add-on for the changes to take effect.

    +

    Configuration variables:

    +
      +
    • id (Required): This is a number and must be unique for each device.
    • +
    • name (Required): A name for easy identification of the device.
    • +
    • protocol (Required): This is the protocol the device uses. More on the different protocols later down.
    • +
    • model (Optional): The parameter model is only used by some protocols where there exists different types of devices using the same protocol. This can be dimmers versus non-dimmers, codeswitch versus selflearning etc.
    • +
    • house (Optional): Depending on protocol the values here can vary a lot to identify or group per house or type.
    • +
    • unit (Optional): Unit identifier, in most cases a value between 1 to 16 and often used in combination with house.
    • +
    • fade (Optional): Fade is either true or false and tells a dimmer if is should fade smooth or instant between values (only for IKEA protocol as it seems).
    • +
    • code (Optional): A number series based on ones and zeroes often used for dip-switch based devices.
    • +
    +

    You will need to add internal communication details to configuration.yaml to enable the integration from Hass.io and the add-on.

    +
    # Example configuration.yaml entry
    +
    +tellstick:
    +    host: core-tellstick
    +    port: [50800, 50801]
    +    
    +
    +
    +

    To add lights, sensors and switches you follow the guidelines for each type individually that is described for Home Assistant

    +

    The add-on will also enable you to interact with tdtool via a Home Assistant services call, see example below for selflearning device.

    +

    Examples

    +

    Example for adding more devices in the add-on configuration (note the comma separator between devices):

    +
    {
    +  "devices": [
    +    {
    +      "id": 1,
    +      "name": "Outdoor light",
    +      "protocol": "everflourish",
    +      "model": "selflearning-switch",
    +      "house": "A",
    +      "unit": "1"
    +    },
    +    {
    +      "id": 2,
    +      "name": "Hallway dimmer",
    +      "protocol": "risingsun",
    +      "model": "selflearning-dimmer",
    +      "house": "A",
    +      "unit": "2"
    +    }
    +  ]
    +}
    +
    +
    +

    If you wish to teach a selflearning device in your TellStick configuration:

    +

    Go to Home Assistant service call in Developer tools +Select

    +
      +
    • Domain hassio
    • +
    • Service: addon_stdin
    • +
    • Service Data: {"addon":"core_tellstick","input":"learn 1"}
    • +
    +

    Replace 1 with the corresponding ID of the device in your TellStick configuration.

    +
    +
    + +
    +
    + + + + + + + diff --git a/atom.xml b/atom.xml index db1acc1553..c67fffb93e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index d936f1b618..1fce14bed6 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 09b4dbc587..5599fac886 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index bc0aab08ac..8660bd7ccf 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 0c686d7306..c1d7e01b40 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 7286a78619..867184eee0 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index eb2a06767f..0631307a05 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 281f652136..d496eafb17 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index cf1e486366..d3a2c6212c 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index 842f6687e0..ac1247a098 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 651c228e27..5b716fb88f 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 98df60e8f4..296dac5ac7 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 6a0124fac0..90ae9db827 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 93fca8d23e..f2fba78efe 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 0d0716a2a9..78fa217ea2 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 04f3f9baa2..bfb41af58d 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index bc6c4dcde4..486094de2e 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index b1107479c3..e9abc717e9 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index ad7a05a018..c30bba6318 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 1d7f0464cd..140f1944fc 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 21da8b3b43..2d3800145b 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 96bd680c24..d7a54c271a 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index fe6a17a406..f5c91c363b 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index fa1d37468a..95518e3d81 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-12-04T21:26:45+00:00 + 2017-12-05T17:10:40+00:00 https://home-assistant.io/ diff --git a/components/media_player.samsungtv/index.html b/components/media_player.samsungtv/index.html index 85eb0b3a95..3015ae1188 100644 --- a/components/media_player.samsungtv/index.html +++ b/components/media_player.samsungtv/index.html @@ -123,6 +123,7 @@
  • JS9000 - State is always “on” and unable to control (but port 8001 is open)
  • JS9500 - State is always “on” and unable to control (but port 8001 is open)
  • MU6170UXZG (port set to 8001, pip3 install websocket-client must be executed, turning on works, status not working reliably, turning off is not permanent (it comes back on).)
  • +
  • MU6300 (port set to 8001, pip3 install websocket-client must be executed, turning on works, status not working reliably, turning off is not permanent (it comes back on).)
  • If your model is not on the list then give it a test, if everything works correctly then add it to the list on GitHub. The first letter (U, P, L, H & K) represent the screen type, e.g. LED or Plasma. The second letter represents the region, E is Europe, N is North America and A is Asia & Australia. The two numbers following that represent the screen size. diff --git a/sitemap.xml b/sitemap.xml index b020d69f12..9f5463479f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -69,6 +69,10 @@ 2017-11-03T22:25:00+00:00 +https://home-assistant.io/addons/tellstick/ +2017-12-04T21:31:00+00:00 + + https://home-assistant.io/components/automation/ 2015-01-20T22:36:00+00:00 @@ -3742,7 +3746,7 @@ https://home-assistant.io/components/switch.hook/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/cookbook/automation_for_rainy_days/ @@ -4414,99 +4418,99 @@ https://home-assistant.io/docs/autostart/init.d/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/api/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/configuration/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/installation/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/operation/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/reboot/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/running/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/updating/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/windows/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/certificates/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/hadashboard/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/hass-configurator/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/ios/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/nginx/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/notebooks/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/scenegen/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/ecosystem/synology/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/tools/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/tools/dev-tools/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/tools/hass/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/docs/tools/scripts/ -2017-12-04T21:26:45+00:00 +2017-12-05T17:10:40+00:00 https://home-assistant.io/faq/after-upgrading/ @@ -5630,62 +5634,62 @@ https://home-assistant.io/demo/frontend.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/index.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2017-12-04T21:26:11+00:00 +2017-12-05T17:09:56+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2017-12-04T21:26:12+00:00 +2017-12-05T17:09:57+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2017-12-04T21:26:12+00:00 +2017-12-05T17:09:57+00:00 https://home-assistant.io/static/mdi-demo.html -2017-12-04T21:26:12+00:00 +2017-12-05T17:09:57+00:00