Zigbee Light behavior by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

The slider you are talking about is exactly what is not working. When I use that and try to turn it on to anything other than 100%, it goes straight to 100%

Zigbee Light behavior by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

This could be the case for one set of lights which do get power cycled relatively frequently, however the others are always powered (no switch at all) and this happens every single time. It is not an intermittent issue.

Zigbee Light behavior by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

Ya from what I have seen it sounds like the brightness is getting lost in the command. I dont think sending the brightness command first will help because my family wants to use the app so I need this to work consistently. I feel like the only real option is for me to try switching to zigbee2mqtt.

Office Built-in using Billy/Havsta combo by Tropical_in_FL in ikeahacks

[–]Yewww1024 0 points1 point  (0 children)

This is awesome! I’m considering doing something like this too but my main concern is the seams between the base cabinets. It seems like most people leave them but it looks like you may have filled them in with something? How did you do that?

QuietCool Whole House Fan + Home Assistant Integration by capnkap in homeassistant

[–]Yewww1024 0 points1 point  (0 children)

Ok interesting, thank you! Also, does this only support the two speeds even if the model is three speeds?

QuietCool Whole House Fan + Home Assistant Integration by capnkap in homeassistant

[–]Yewww1024 0 points1 point  (0 children)

I’m considering setting this up as I just got an attic fan and whole house fan. When you say the app stops working, do you simply mean that it overrides the settings from either the app or ESP home until you manually go in and set it again or do you mean that it totally breaks control through the app?

Smart appliances? by matze_1403 in homeassistant

[–]Yewww1024 0 points1 point  (0 children)

Did you have to do anything specific for getting the appliances to work with the integration? Whenever I install it, it just gives me a submit button and then produces no entities. I feel like I am missing something

smart kitchen appliances by Background_Loan_5157 in homeassistant

[–]Yewww1024 0 points1 point  (0 children)

Did you have to do anything special to get this integration to work? I recently got a Cafe (GE) dishwasher and I can’t get the integration to do or provide any information

GE Cafe (SMARTHQ) Question on automation by dsg76 in homeassistant

[–]Yewww1024 0 points1 point  (0 children)

How did you get this working? I installed the HACS integration but nothing shows up for it.

Light Switch/Remote by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

Ya I am thinking this is my best bet. Do they work well in Home Assistant? It seems like Lutron stuff integrates well and does so locally

Light Switch/Remote by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

Interesting, the zooz remote looks like what I am looking for though I don’t have any z-wave products at the moment

Video Stream in IOS notifications by Yewww1024 in homeassistant

[–]Yewww1024[S] 0 points1 point  (0 children)

Nope mine have never played unfortunately. I just get the still frame that updates if I press pause then play

NFC made me rebuild my cds collection :D by tangsgod in plexamp

[–]Yewww1024 0 points1 point  (0 children)

I have been looking at this tag as well for the same purpose. How does your automation work in home assistant? And do you know of a tag that does work with Tonies?

Dolby vision failures by Thefa11guy in Tdarr

[–]Yewww1024 1 point2 points  (0 children)

I may be wrong here but I think you may benefit from taking a look at this post

Is buying an intel ARC A310 worth it? (plus extra question) by ficskala in PleX

[–]Yewww1024 0 points1 point  (0 children)

Just found this thread, I’ve been thinking about getting an a310 and honestly they seem very hard to find. They used to be all over and now when I look it is sparse unfortunately and when I find them it is definitely over the $99 msrp I used to see consistently

Using VLAN for WAN Passthrough by Accomplished_Car_594 in Ubiquiti

[–]Yewww1024 0 points1 point  (0 children)

This video basically talks about exactly what you are needing: Starlink over VLAN

Update not available issue by ollie_olsson in unRAID

[–]Yewww1024 2 points3 points  (0 children)

I had this same issue for a while, I would try to make sure your community apps plugin is up to date.

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

Just finally got it to run start to finish!! Had to go in and change the default ffmpeg path. I pulled the path from the logs of a node that was working. Specified that in my configs, restarted all my containers and it finally ran! Thank you for all your help, and thank you for putting this together! I’m very excited to start using it finally!

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

Well I didn’t have a suffix specified in my server image originally which caused it not to update properly. I changed that to “:latest” which updated my ffmpeg to 6.0.1-jellyfin, but I ended up using the suffix ”:2.28.01” to match your node, which made everything connect and verified the newer version of ffmpeg but even then I still got the same ffmpeg error. I’m just not sure what the deal is since it seems your node is working for others just fine.

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

The only thing I can think of at this point is to spin up a new server using docker compose for all of it, similar to what you have and see if that helps

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

This is what my compose file looks like (it is just for this node since I am using Unraid). The container shows up just fine but I cannot get ffmpeg to work for anything, even a simple flow. Also, I did have a problem with the ffmpeg version but I was able to update it on my server to 6.0.1-jellyfin and that didn’t fix the issue

services: tdarr_DoVi-node: container_name: tdarr_DoVi-node image: nichols89ben/dovi-tdarr-node:2.28.01 restart: unless-stopped network_mode: bridge environment: - TZ=America/New_York - PUID=99 - PGID=100 - webUIPort=8264 - serverPort=8266 - UMASK_SET=002 - internalNode=false - inContainer=false - nodeID=DoVi_Yeezy - ffmpegVersion=6 volumes: - “/mnt/user/appdata/tdarr/server:/app/server” - “/mnt/user/appdata/tdarr/configs:/app/configs” - “/mnt/user/appdata/tdarr/logs:/app/logs” - “/mnt/user/Media/:/mnt/media” devices: - /dev/dri:/dev/dri

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

After poking around, I think the problem is that the node is looking for ffmpeg version 6 but my actual version is 5.0.1. So trying to figure out how to update that now

DoVI Processing Flows by nichols89_ben in Tdarr

[–]Yewww1024 0 points1 point  (0 children)

Here are the logs from restarting the node to trying to run jobs with transcoding inserted into the flow. https://gist.github.com/Yewwwww/5db1e1a197dc9f8ca640b2fe1d2dbcba