ha-smartthinq-sensors
ha-smartthinq-sensors copied to clipboard
LG fridge
I made an automation to send me a notification on my mobile when fridge and freezer tem get higher than a set temp. It seems not to work. I get no messages. When I do a manual test in Homeassitant it sends me a textmessage. What could be wrong?
Expected behavior If applicable, a clear and concise description of what you expected to happen.
I have homeassistant blue installed on odroid: Core 2024.9.3 Supervisor 2024.09.1 Operating System 13.1 Frontend 20240909.1 This is the automations.yaml file:
- id: '1725978518378'
alias: Waarschuwing hoge temperatuur koelkast
trigger:
- platform: numeric_state entity_id: sensor.koelkast_freezer_temp # De juiste sensor ID van je koelkast above: -25 # De gewenste temperatuurgrens action:
- service: notify.mobile_app_bl8800pro data: message: "De temperatuur in de koelkast is te hoog! Controleer de koelkast." mode: single