Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Integrates Tuiss Smartview BLE blinds with Home Assistant.

NotificationsYou must be signed in to change notification settings

pink88/Tuiss2HA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This adds support for Tuiss Smartview BLE blinds. These blinds use Bluetooth Low Energy and are controlled through a simple cover interface. This integration does not support RF control.

Supported Tuiss Hardware Versions and Prerequisites

The following hardware versions have been tested and confirmed as working, but other versions should be supported.

  • TS3000: has an external battery pack that must be connected to the blind before use via a cable. It is charged with a DC barrel plug.
  • TS5200: has a battery pack integrated with the blind housing and is charged via USB-C input on the bottom of the blind. Additionally, it has a button to the rear on the charge port allowing manual control of the blind. Supports variable movement speeds.-TS5001/TS5101: Roller blinds which support variable movement speeds.

Installation and adding your devices

Note: Devices should be automatically discovered if they are in range of a Bluetooth adapter/proxy once you have completed steps 1-3. If not you can add manually, though doing so may mean that your blinds are out of Bluetooth range.

  1. Complete the setup of your blind in the Tuiss Smartview app
  2. Add the integration from the HACS marketplace (instructions here)
  3. Restart Home Assistant if required
  4. Click Settings
  5. Click Devices & Services
  6. Click the "+ Add Integration" button
  7. Select Tuiss SmartView from the dropdown
  8. Enter the MAC address from the tag included with your blind, or written within the top bracket of the blind, close to where the battery is plugged in
  9. Give the blind a name
  10. Click Submit

Features

  • Set position
  • Open
  • Close
  • Stop
  • Battery State (through action)
  • Signal Strength
  • Decimal Blind position (through action)

Battery State

An accurate battery percentage is not provided by the blind, but it is possible to return two states:

  1. "Normal" - battery is good
  2. "Low" - battery needs charging

To accomplish this, an action has been provided: "Tuiss2ha.Get_Battery_Status". This can be called manually from Developer tools -> Actions or included as part of an automation which I'd recommend runs on a weekly schedule. The resulting battery state of "Normal" or "Low" is then recorded against the Battery entity. The automation can then send a notification if the battery state is returned as low from the action. For example:

    alias: Blinds_Battery_Notify    description: ""    trigger:     - platform: time       at: "02:00:00"    condition: []    action:      - service: tuiss2ha.get_battery_status        target:          entity_id:            - binary_sensor.hallway_blind_battery            - binary_sensor.study_blind_battery        data: {}      - if:          - condition: state            entity_id: binary_sensor.hallway_blind_battery            state: "on"        then:          - service: notify.iPhone            data:              message: Hallway Blind battery is low      - if:          - condition: state            entity_id: binary_sensor.study_blind_battery            state: "on"        then:          - service: notify.iPhone            data:               message: Study battery is low

Poll for Blind Position

The blind will not update its position within Home Assistant if controlled using the Tuiss app or Bluetooth remotes. To compensate, an action "Tuiss2ha.Get_Blind_Position" has been provided. This can be called manually from Developers -> Actions or included as part of an automation. The automation can be set to run periodically throughout the day to update the position. I do not recommend running this more than hourly as it will likely drain your blinds' batteries.

Control with Decimal Precision

To overwrite Home Assistant's built in integer accuracy, you can use the "Tuiss2ha.Set_Blind_Position" action, which allows for up to 1 decimal place of precision. This can be called manually from Developer tools -> Actions or from within automations.

Configuration Options

Configuration options can be set from the Tuiss2HA Integration screen in Home Assistant once you have added a blind.

  • OPTION: If you notice that the provided action"Set_Blind_Position" is giving you the opposite % to what you expect e.g. instead of 75% open, it shows as 75% closed, then you can toggle the configuration option"Invert Set_Blind_Position".
  • OPTION: Sometimes devices take a few attempts to connect, so expect some delay to commands. This may also be a result of too many Bluetooth devices in your network, not enough adapters or the distance between the blind and the adapter being too large. Try moving devces closer or increasing the number of Bluetooth adapters/proxies. You can change the maximum number of retry attempts using the configuration option"Reconnection attempts".
  • OPTION: If you use the Tuiss app or a remote control to move the blinds in addition to this integration, you may want Home Assistant to fetch the latest position of a blind when it is restarted using configuration option"Check for blind position on restart".
  • OPTION: For supported models, the speed of the blind can be set. There are three speeds to select Standard (fastest) -> Comfort -> Slow (slowest). By default the speed will be set to Standard.
  • OPTION: Favourite position allows you to specify a % value for the your favourite position. This can then be activated using the button entity provided by the Integration.

Troubleshooting

  • If the blind is slow to respond, failing to connect, it will usually be due to signal strength. -60dBm or higher is Excellent -61 to -75 dBm is Good, -76 dbM to -90 dBm is Weak and below -90 dBm is Very Weak. Improving this with more or closer Bluetooth adapter/proxies.

Limitations

  1. Setting the top and bottom thresholds of the blind - you still need to pair with and use the Tuiss Smartview app to set these values for older blind models.
  2. Real-time blind positioning - only works after the first use as this initial run is required to calibrate the speed of your blind motor.I have tested this integration with HAOS installed on a Raspberry Pi 4B and the built-in Bluetooth module did not work. I had to use a few ESP32 devices with Bluetooth proxy software installed using the excellent ESPHome (Seethis link)

About

Integrates Tuiss Smartview BLE blinds with Home Assistant.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp