I was running HA supervisor on a dedicated debian laptop. Since upgrading debian to bookworm i m having issues with automations.
Although i had other issues (such as z-wave devices) i managed to find solutions for them.
In on automation that i use to start my media player, the wake on lan no longer works
Here is a copy of the script
alias: wake htpc
sequence:
service: wake_on_lan.send_magic_packet data:
mac: 10:7B:44:50:33:80
broadcast_address: 192.168.1.119
mode: single
icon: mdi:countertop
in the past on the laptop i did not need to insert the broadcast_address. I inserted it here hoping this would resolve the problem…i did not
The issue, as far as i can tell is that when i run the script I get a false statement and the last 2 digits of the MAC address ar in red.
The mac address of the PC is correct and i verified it with the router map.
I tried to re-insert the MAC address to no avail
I entered the broadcast address to no avail
Each time I restarted Home assistant
I checked the target pc wake on lan function is is enabled and nothing was change on the target pc
What am i missing?
Thank you all for taking the time to respond to this post and help