Open jokerigno opened 2 years ago
Hey Joker i got it working
in the notifreeze.py search this:
# create state listener for all door/window sensors
if room.door_window and room.temperature:
for entity in room.door_window:
if self.entity_exists(entity):
await self.listen_state(self.handler, entity=entity, room=room)
and change self.handler, entity=entity to self.handler, entity_id=entity
My notifreeze is now working Again :)
Hi,
I created 2 instances of notifreeze to have 2 different timout:
When using it I see a lot of warning in AppDaemon log and it is working more slowly (disappeared after commented the notifreeze app).
2022-01-29 15:57:15.168776 WARNING AppDaemon: Excessive time spent in utility loop: 11196.0ms, 11196.0ms in check_app_updates(), 0.0ms in other 2022-01-29 15:57:22.823897 WARNING AppDaemon: Excessive time spent in utility loop: 6529.0ms, 6529.0ms in check_app_updates(), 0.0ms in other 2022-01-29 15:57:33.672640 WARNING AppDaemon: Excessive time spent in utility loop: 9709.0ms, 9709.0ms in check_app_updates(), 0.0ms in other 2022-01-29 15:57:42.585131 WARNING AppDaemon: Excessive time spent in utility loop: 7730.0ms, 7730.0ms in check_app_updates(), 0.0ms in other
Here are the config:
any suggestion?