• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle




  • Ok, a bit more digging and here’s what I’ve found. It seems perhaps I can be of assistance.

    • This guy has set up those Arylic Up2streams with the LinkPlay integration in HA, which looks to accomplish what you’re looking for.
    • Another viable HA integration looks to be Music Assistant, but the video makes it seem like it might be a bit clunky. Also looks like Apple music might not be an option.

    Either way, looks like LinkPlay or Music Assistant can do the work of Snapcast or balenaSound, but within HA, so no additional containers needed. Likely can avoid the Arylic app that way too if you go with those devices.

    My wife says no more toys at the moment, but if I were to implement this, I’d probably pick up one of those Up2Streams for each room and try out the LinkPlay integration.








  • Did you modify the yaml before it started doing this? Kind of looks like perhaps an incorrect value on a column number or width line of the grid layout card.

    For example, I have the following at the top of my mobile dashboard to force one column and a certain width (though it’d probably default to this anyway).

    title: Mobile views:

    • title: Home type: custom:grid-layout layout: max_cols: 1 grid-template-columns: 350px’

    1. It should be able to handle that threshold, I’ve got similar ones in my bathrooms and it gets over them without issue.
    2. I haven’t experimented with multiple floors, but it shouldn’t be an issue. The in-app FAQ says it’ll create a different map per floor, so you’d just select that map to start it on a different floor. I’d imagine it’d notify you when done or full and you’d have to return it to the base station. It also has edge detection and doesn’t fall down stairs.
    3. Unfortunately, I inadvertently updated my firmware before digging into Valetudo where they recommend not updating. I was going to join their telegram to see if it’s still possible. The site says rooting is straightforward, but their telegram would probably be the best place to get assistance.



  • I’ve made an automation that uses sun azimuth as the trigger (window is otherwise shaded), with outside temperature and cloud cover conditions so it’ll stay open if it’s cloudy or cool outside. You could add cloud cover triggers to activate while the sun is in the azimuth range to open the blind if it goes from sunny to cloudy too. Toggling the light can be an action alongside the blind.

    I use the met.no integration for temperature and cloud cover entities.