#Turning on and off my light with my pc
5 messages · Page 1 of 1 (latest)
I didn't do a PC but my 3d printer, I have a power monitoring plug on 3d printer, if it pulling over 50 watts I have it change color of bulb yellow, when it drops below it turns green. Letting me know print job is done. HA also can see my TV, turn light off when TV is on and turn light on when TV is turned off. I am new at this too, maybe is there is a 'integration' that can see the PC, I see routers are listed.
found this old post maybe it will lead you somewhere, https://community.home-assistant.io/t/way-to-detect-if-pc-is-powered-on/243301/8
So, I’ve tried EventGhost and created two macros based on System.UnIdle and System.Idle which publish a topic: EventGhost/BRUNT-WIN10/status = active and EventGhost/BRUNT-WIN10/status = idle but I cannot figure out a binary_sensor for HA. My last try is: - platform: mqtt name: "Brunt-Win10" state_topic: EventGhost/BRUNT-WIN10/sta...
Thanks i'll take a look
Edit : it work better than expected thanks !
If you're looking for a way to determine what you're doing on your computer (and not just being powered on), take a look at HASS.Agent.
A windows Home Assistant client(Companion App) that provides powerful features for automating your windows system.
The GitHub page seems a bit more up-to-date. LINK