-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Would be cool to detect Zoom call status #6
Comments
Hey @geekpete thanks for trying out go-hass-agent. Yeah, I've been mulling how I can get a better application name which might help ease making automations in Home Assistant when certain apps have focus or are running. In my primary use-case, with playing games on Steam, I just have to match on Does the "Active App" sensor work for you at the moment and what does it report when you have a Zoom window focused (likely need to look at the sensor state history in Home Assistant)? |
Another way to solve this would be to allow custom scripts to be added to this tool. This is how https://github.com/LAB02-Research/HASS.Agent works, and this seems very powerful. Especially with the Linux command-line ecosystem. |
Hey @fhp I like that idea! I'll mull over how to implement it. Look out for this feature in an upcoming release ;) |
Hey @fhp, script sensors can now be created with release 5.2.0. See the docs for how to configure them. This may also meet your feature request @geekpete? I am still thinking about how I can get the application name/title as a native sensor and there does seem to be some development in the major desktops towards exposing this in an easier way. |
Awesome, thanks for your work. I surely will take a look! |
I'm going to close this issue out on the assumption that the script sensor feature can fulfil the original request. If it is missing functionality, or there is a bug in using the script sensor functionality, please open an issue to report. Thanks for trying out go-hass-agent! |
Finally got around to setting this up on my laptop, and the scripts work great! Added the webcam script from #71 and a variant of that script to detect if my laptop is docked (by checking if So now I know if I'm in a call, and if my laptop is in my office, and using the screen_locked property, if I am near my laptop 😀 That's a good start for a lot of automations. |
Awesome! I'm so glad the agent is useful for you @fhp! |
Is your feature request related to a problem? Please describe.
Detect if the agent host is on a zoom call
Describe the solution you'd like
Using something like
xdotool
you can detect if a zoom meeting is current or not,etc.or some simple example:
Things you might use this status for:
The text was updated successfully, but these errors were encountered: