barrelltitor
barrelltitor
HHASS.Agent
Created by barrelltitor on 9/7/2024 in #💬・get-help
HassAgent no longer starts up after restart
No description
8 replies
HHASS.Agent
Created by barrelltitor on 6/28/2024 in #💬・get-help
Can't change audio output until restart of hagent
idk how to reproduce yet. I'm on the latest available beta. II have one audio sensor that I use to get e.g my headphones speakrs whatever else I have connected I use a dropdown select with data from that sensor. This works, I get the exact names, perfect so far! Now, I have an automation that on change of the dropdown changes the audio output via mqtt command on homeassistant/button/MainPC/setaudiooutput/action This also works! But sometimes it doesn't until a restart idk why yet though. It almost always happens when I turn off my monitors and go to sleep. I use smart switches to actually turn them off, not sure if related.
73 replies
HHASS.Agent
Created by barrelltitor on 3/23/2024 in #💬・get-help
Agent using 20GB+ RAM
Unfortunately I had to close it as I was running out of RAM, and I'm not sure what happened. I went to the store, my monitors went to sleep, and when I came back I found discord and other stuff frozen or crashed, + hass agent using 20 somethingGB RAM Where should I look for logs or anything that can help us figure out what went wrong? I haven't re-opened it yet just in case that might overwrite some logs or something
60 replies
HHASS.Agent
Created by barrelltitor on 2/28/2024 in #💬・get-help
Powershell command no longer working after update
Hey! Is there any way for me to log commands? I have a custom powershell command that's just blank so I can run anything I need via home assistant through it, and I have in my path a script called "bt.ps1" Before updating & migrating from the old version, this worked perfectly fine as such:
service: mqtt.publish
data:
topic: homeassistant/button/MainPC/PowershellCustom/action
payload: bt.ps1 -BluetoothStatus {{ btstatus }}
service: mqtt.publish
data:
topic: homeassistant/button/MainPC/PowershellCustom/action
payload: bt.ps1 -BluetoothStatus {{ btstatus }}
But now it doesn't work. Running the powershell command manually works just fine
73 replies