benleb / ad-notifreeze

❄️ AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold
Apache License 2.0
18 stars 7 forks source link

Message Error #10

Closed clipse2004 closed 3 years ago

clipse2004 commented 3 years ago

Hello,

I just can't get on, I always get the following error message:

2021-05-14 23:54:10.367246 WARNING notifreeze: ------------------------------------------------------------ 2021-05-14 23:54:10.366495 WARNING notifreeze: Unexpected error running initialize() for notifreeze 2021-05-14 23:54:10.364998 WARNING notifreeze: ------------------------------------------------------------ 2021-05-14 23:40:45.272436 WARNING notifreeze: ------------------------------------------------------------ 2021-05-14 23:40:45.271884 WARNING notifreeze: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/appdaemon/app_management.py", line 159, in initialize_app await init() File "/config/appdaemon/apps/ad-notifreeze/notifreeze.py", line 176, in initialize if own_messages := self.args.pop("messages"): KeyError: 'messages'

Unfortunately I have no idea what is wrong, attached my config:

Notifreeze Fenstersensoren

notifreeze: module: notifreeze class: NotiFreeze notify_service: notify.mobile_app_iphone_xxxxxxx always_notify: true outdoor: sensor.outdoor_temperature max_difference: 4 delays: initial: 1 reminder: 2 rooms:

Can you help me?

Big thanks for your help!