Please add support for blebox shutterbox tilt-position to the native BleBox Integration. Blebox supports this: https://technical.blebox.eu/openapi_shutterbox/openAPI_shutterBox_20190911.html#tag/Control-with-GET/paths/~1s~1t~1{percentage}/get
I was using https://github.com/szymi-/hass_shutterbox solution which worked great until last version of HA. With new version this does not work anymore. I would really like to have tilt option in native integration and since I’m using HA for quite some time now it is quite sad that this option is not available yet.
By the look of it you have to add a version key to /config/custom_components/hass_shutterbox/manifest.json
I was getting an error after I added version to manifest.json
so I made some changes. Now it works, I don’t know why it was working before, because in manifest.json
domain is “blebox_shutterbox”
Error
Platform error cover.hass_shutterbox - Integration ‘hass_shutterbox’ not found.
File manifesf.json
looks like below.
{
“domain”: “blebox_shutterbox”,
“name”: “Blebox Shutterbox”,
“config_flow”: true,
“documentation”: “https://www.home-assistant.io/integrations/blebox_shutterbox”,
“requirements”: ,
“ssdp”: ,
“zeroconf”: ,
“homekit”: {},
“dependencies”: ,
“version”: “0.1.0”,
“codeowners”: [
“@szymi-”
]
}
I also had to change configuration.yaml
OLD:
cover:
- platform: hass_shutterbox
host: 192.168.10.160
name: Dnevna_1
scan_interval: 15- platform: hass_shutterbox
host: 192.168.10.167
name: Dnevna_2
scan_interval: 15
NEW
cover:
- platform: blebox_shutterbox
host: 192.168.10.160
name: Dnevna_1
scan_interval: 15- platform: blebox_shutterbox
host: 192.168.10.167
name: Dnevna_2
scan_interval: 15
Hey everyone!
Since I couldn’t make the hass_shutterbox
custom integration to work with newest home assistant I’ve decided to write my own, you can find it here: https://github.com/andrzejchm/blebox_shutterbox_tilt
it is configured through UI and soon should be part of the HACS. for now, you can install it either manually or through a custom repository in HACS.
It allows for setting the position of the shutterBox as well as the tilt. Hope it will work for you just fine
Thank you ver much. It works great for me
Hello,
I have a SABAJ TV K-SMRT-4 - WIFI RJ-45 and I can add the it with no problem. The issue I have is that it not only moves the TV from the wall but you can also rotate it. HA only shows 2 buttons, to move it from the wall and back. Is there a way I can change this to add the rotate function ? Seems to me it is very comparable to the tilt position.