Hi everyone, I have a strange problem. On Hassio I added in the configuration file the following string to show the various sensors and switches on the App HOME on my Iphone.
homekit:
filter:
include_domains:
- light
- cover
- sensor
The strange thing is that often the entities are “not responding” and sometimes they works into app Home.
Why?
tom_l
February 17, 2019, 9:59pm
2
Have you reached the device limit ?
I include devices by entity rather than domain to avoid this.
Also if you have devices that take a while to initialise (e.g. zwave) read about disabling auto start .
hi @tom_l ,
I have only 2 shelly (1 cover and 1 light) and a Xiaomi temperature sensor.
And I disable Autostart and I write this automation
automation:
- alias: 'Avvio temporizzato di HomeKit'
trigger:
- platform: homeassistant
event: start
action:
- delay: 00:05 # Attende cinque minuti
- service: homekit.start