SwitchBot Blind Tilt Bluetooth Integration → Home Assistant → HomeKit Bridge
It works great in the SwitchBot app (updated to latest firmware here), it works great in Home Assistant however, in Apple Home, it works as expected in the settings page for the device in Apple Home, but not in the actual device page in Apple Home itself…
So it works when adjusting here perfectly fine, and as you’d expect:
But on this page, it never moves, no matter how you adjust the blind, the graphic just immediately snaps back to closed at the bottom. It never moves, it never updates, unlike in the settings page above, where it works great:
I have it export with the HomeKit Bridge integration in Home Assistant, with it set to ‘Accessory’ and ‘Include - Cover’ (set to the Left Blind device in HA).
I’ve tried:
force closing the Apple Home app
restarting the HomeKit Bridge integration
rebooting Home Assistant entirely
If it didn’t work at all in Apple Home, I’d be less perplexed, but working on the settings page for the device, and not the main page for the device? What’s the difference between the two here that’s causing it to not work on one, where it works perfectly on the other?
I’ve rebooted HA since, still no joy. There’s obviously a difference between the device view, and settings view for the device in the Apple Home app, I’m just not smart enough to know what it is, to work out how to fix it.
I’ve tried changing the “show as” type to various options to no avail. I’ve tried blind/shade/shutter/etc. This has worked previously when exporting the Konnected GDO blaQ to HomeKit which won’t work properly until you change the “show as” type to ‘Garage Door’.
I’m hoping those with more knowledge of Homekit Bridge can chime in. I wonder if Homebridge also has this issue.
Still having the same issue and I’m pretty much up to date on everything. Tried deleting the homekit bridge accessory and creating a new one, but still no luck.
I found a working solution after digging a little into how HomeKit handles cover devices. SwitchBot Blind Tilt devices only report current_tilt_position (no current_position), but HomeKit apparently expects covers to have both position and tilt characteristics.
I debugged a bit on my Mac and found that when HA’s HomeKit bridge exposes a tilt-only cover, it results in a malformed HomeKit accessory. When using the tile (or whatever it’s called) to adjust the tilt, homed throws errors about tile rendering and an error that I assume is HomeKit trying to get current_position. Though the logs didn’t contain enough info to confirm.
The fix is wrapping it in a template cover that maps tilt to position. An example of one called “Blind Tilt Left” (adjust the name and entity as needed for your setup):