Cameras not responding after power outage
Tbml-ctrl opened this issue · 3 comments
After power outage, cameras are not responding in HomeKit via home bridge tapo plugin. They do work in Tapo native app though.
Cameras are with fixed IP.
Mesh network with Fritz router and repeatiter.
I have to restart secondary service plugin in order to work again in HomeKit.
Does anyone have similar issue ?
I was also restarting the homebridge itself when I was in that situation.
While waiting fix, I have found a alternative solution that restart Tapo child bridge via a plugin Cmdtriggerswitch2 and the command :
kill -15 $(pidof 'homebridge: homebridge-tapo-camera')
This may be a corner case when StokRefresh gets into some sort of racing conditions. I did have tested this by switching off manually and it worked, though.
Can you maybe try with latest firmware?
Feel free to open this issue again.