We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log within AppDaemon4
2021-12-08 09:46:10.706731 WARNING notifreeze: ------------------------------------------------------------ 2021-12-08 09:46:10.706559 WARNING notifreeze: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/appdaemon/app_management.py", line 163, 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' 2021-12-08 09:46:10.706178 WARNING notifreeze: ------------------------------------------------------------ 2021-12-08 09:46:10.705960 WARNING notifreeze: Unexpected error running initialize() for notifreeze 2021-12-08 09:46:10.705743 WARNING notifreeze: ------------------------------------------------------------
my config:
notifreeze: module: notifreeze class: NotiFreeze locale: de_DE notify_service: notify.notify always_notify: false outdoor: sensor.lumi_lumi_weather_temperature max_difference: 4.2 delays: initial: 3 reminder: 7 rooms: - name: Kinderzimmer door_window: binary_sensor.lumi_lumi_sensor_magnet_aq2_eafbc306_on_off indoor: sensor.lumi_lumi_weather_d2387507_temperature - name: Wohnzimmer #alias: livingroom # entity ids contain *livingroom* but not *wohnzimmer* door_window: binary_sensor.lumi_lumi_sensor_magnet_aq2_8aede406_on_off indoor: - sensor.fritz_dect_rep_100_oben - sensor.lumi_lumi_weather_07381107_temperature
The text was updated successfully, but these errors were encountered:
hi, did you got the solution for this? i have the same issue!!
Sorry, something went wrong.
any resolution?
No branches or pull requests
Log within AppDaemon4
my config:
The text was updated successfully, but these errors were encountered: