• 5 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

















  • I’ve tried that, but I couldn’t get it to work with the Android app as my instance is on HTTP as it’s internal only. Think they solved that. Also, I’m running the docker version, so can’t install add-ons.

    But, without Home Assistant Cloud, and without 3d printing / custom printing, the only hardware available for voice assist is the mobile app, right? I have a Chromecast with remote, so could use Google Assistant, but I believe that requires HA Cloud.

    /edit: just found this doc about GA + HA, it either requires HA Cloud, OR a publicly accessible HA instance with SSL. I have neither :D Will look into HA CLoud.





  • Yeah that’s quite complicated as e.g. Family Link (which we use on their Android devices) doesn’t have an API.

    1. Input boolean per child “Device in use”
    2. platform_history sensor to track how long it was on in a week.
    3. I’ve installed the Home Assistant app on their devices, whenever it turns on for more than a minute, it turns on the boolean input.
    4. They also play on the xbox together during the day. Whenever the xbox turns on, and they log out my account, it also triggers an automation to turn on both switches.
    5. Input helper with weekly device limit (time)
    6. template sensors that calculate the time left
    7. Switch can be manually turned on/off via our Home Assistant tablet in the living room, which also displays the remaining time etc.

    It’s very custom and sometimes buggy, e.g. this morning the xbox sensor suddenly become “On” despite the xbox being turned off. So I’ve also added some custom helpers to be able to decrease/increase the usage for that week if something had gone bonkers.