Sidenote, if I were you I would replace “%CPU Core%” with “%CPU Package%” as based on your screenshot from Open Hardware Monitor, CPU Package is showing the highest temperature accross all cores, so it should give you a more accurate temperature.
Nice one! I’ve been asking the devs for a central place to collect all clients, so users can pick the one they like for their OS of choice, but they don’t want it unfortunately.
Odd. It is very hard to find this! As you saw I ended up making a python script first but I’m gonna try your agent soon since my python script needs a bunch of work to make it solid.
Have you got steps to build your agent from source in tinfoilhat mode?
What you’re describing is part of the reason I built this; all other options were either bugged (and not getting fixes/updates) or missing features.
HASS.Agent will have bugs (I develop this in my spare time, and every complex application has them) but I always do my best to fix them soon after getting reported, depending on severity. Its development has been going steady for the past year or so, with a public release 6 months ago and updates every few weeks after.
If you have any questions or encounter problems, you can join us on Discord, open a GitHub ticket or just post them here. There’s also a wiki with a lot of troubleshooting/examples.
I just discovered your plugin and I just have to write here and say this is an awesome job you have done! This application is already so good and has a lot of potential. Super easy to setup as well.
Great work man,
I was just looking the best option for a windows integration and this has come for the win!
I have one question - how does the last active sensor works?
Is it the last time I moved the mouse or pressed a key in the keyboard?
It seems like it’s updating to the current time even if don’t do any of those 2 actions
Thanks, glad you like it! The ‘last active’ sensor works by using the same Windows-provided metric that for instance screensavers use. It’s basically what you mention; keyboard and mouse input.
Are you perhaps using a mouse emulating tool to prevent your machine from going to sleep or something like that?
No nothing special regarding mouse or keyboard is being used.
do you mind pointing me to the specific .Net API being used with this sensor?
I will try to debug it
HI, I’ve been looking for a solid service to monitor my windows computers with within home-assistant and the stuff I’ve been reading lately says this is the one to go with. I have a quick question. How can I monitor a specific application on my windows machine and have home-assistant alert me if it crashes? I’ve read the wiki and couldn’t find anything on it.