this post was submitted on 22 Nov 2024
10 points (100.0% liked)
homeassistant
12102 readers
15 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are you using node red or keeping all of this native?
Both!
The native automation is perfectly cromulent for what I want, usually, but there's a couple of cases where the integrations either don't exist or don't return meaningful data.
FOR EXAMPLE, the video playback in the living room thing. Sure, the roku integration says "something is playing" but it's shockingly wrong and unreliable. What happens is it falls into 'idle' status between videos, or if you're fast forwarding sometimes and thus the automation was not doing exactly what I wanted.
The Jellyfin API, though, can look at the living room tv user and is spot on as to what is going on with play/pause/stopped statuses, so I have node red yank that data direct from the API and it works great.