yep very! just needed to have wireless adb enabled on the tv. just enter the TV ip in the integration setup in HA
- 4 Posts
- 172 Comments
deleted by creator
4lan@lemmy.worldto
homeassistant@lemmy.world•Custom Netflix programs on android tvEnglish
1·2 days agoI know this is old but you can use the Android Debug Bridge integration to trigger specific videos on your Android tv. I have it start a fireplace video on a Smart tube (adfree youtube) when I get home and set the volume low.
4lan@lemmy.worldto
homeassistant@lemmy.world•What's the best way to detect when I'm taking a shower?English
2·2 days agoI’m using just humidity and its working great. I put the sensor away from my sink so it isn’t triggered by washing my hands.
This will only consider you showering if humidity goes 9% above the 1hr average humidity:
You need a ‘Statistics’ Helper, call it “Average Bathroom Humidity” and base it on whatever humidity sensor you have. Make it “average linear” then set Max Age to 1 hour. (leave other options default)
Make this Template Binary Sensor called “Showering”:
{{ (states('sensor.bathroom_sensor_humidity')|float - states('sensor.average_bathroom_humidity')|float) > 9 }}
The servers are the filters 😊 To be clear when I say servers I mean old laptops running my nextcloud and homeassistant
Mostly sun, but the hail is brutal too (but not often)
Everyone’s car here has the most sun faded paint filled with cracks and chips. Cars younger than mine look 50 years old
We don’t talk about that room… 🤫
But for real it’s a walk in closet. I have my servers in there, along with clothes and storage. I plan to put stats on the dashboard in that spot
Thanks! took me a little under a week of tweaking here and there.
I learned that you should really just want until you’re SURE you’re done with the 3d model before making images and getting into the HomeAssistant part. Saves you from doing the same repetitive stuff over and over when you want to make a change.
its really not that hard, I bet you’d get the hang of it fast. Just start with the SweetHome3D part, once you are happy with it move on to the Gimp part.
dont settle for the built in resources that arent exactly what your furniture looks like. this site has practically everything: https://3dwarehouse.sketchup.com/
Yeah it makes NO sense. I found out how many empty triangles of space there are in this house while doing this project.
Those closets are actually rectangles in real life.
The bathroom door should absolutely be further out, the space is wasted currently
it’s a never ending rabbit hole. my goal now is to never touch a light switch.
already have my office and bathroom turn on via PIR sensors (using ESPHome), gonna buy a ton since they are so cheap
livingroom-red for reference

/lemmy.world/pictrs/image/09bdb5e7-4460-455c-b4ff-7e8098f86cea.png)
looks clean though! I originally planned on doing something more minimal but went overboard
you could use that empty space in the corner for stats like indoor temp and weather!
surprisingly no!
i used the way everyone has done it honestly, would be a redundant video
yep! the minimum opacity is set to 40% though, otherwise they look off when dim see my code in another comment reply
my original plan was to make it really bare-bones and minimal LOL
i just kept going and going and ended up with near photo-realism. I couldn’t help myself. I even put in my 3d printed wall art by exporting it from fusion as a obj LOL
idk what site to use these days lol. i thought i was using file.io but i guess they got acquired? too long to put in a comment reply, it cuts off :/
this is the begining, shows the basics of how its set up. One image for white, one image for red (used for colors). lowest opacity is 40%, so that they don’t look off when they are really dim.
type: picture-elements image: media_content_id: /local/home/bg5.png media_content_type: "" metadata: navigateIds: - {} - media_content_type: "" media_content_id: __MANUAL_ENTRY__ elements: - type: conditional conditions: - condition: state entity: light.livingroom_ceiling state: "on" elements: - type: image entity: light.livingroom_ceiling image: /local/home/livingroom.png style: left: 50% top: 50% width: 100% pointer-events: none card_mod: style: | :host { {% set mode = state_attr('light.livingroom_ceiling', 'color_mode') %} {% if mode not in ['rgb', 'hs', 'xy'] %} opacity: {{ 0.4 + (state_attr('light.livingroom_ceiling', 'brightness') | float(0) / 425) }}; {% else %} opacity: 0; {% endif %} } - type: image entity: light.livingroom_ceiling image: /local/home/livingroom-red.png style: left: 50% top: 50% width: 100% pointer-events: none card_mod: style: | :host { {% set mode = state_attr('light.livingroom_ceiling', 'color_mode') %} {% set hs = state_attr('light.livingroom_ceiling', 'hs_color') %} {% if mode in ['rgb', 'hs', 'xy'] %} opacity: {{ 0.4 + (state_attr('light.livingroom_ceiling', 'brightness') | float(0) / 425) }}; filter: hue-rotate({{ hs[0] if hs else 0 }}deg) saturate(500%); {% else %} opacity: 0; {% endif %} }
deleted by creator


Yep the automation checks for multiple possible indicators that I’m home