#Big small victory thread
1 messages · Page 1 of 1 (latest)
My android tv remote. With out oeps i pressed a button and now i have to press 5 more to fix it.
That’s cool! How’s the search work?
Ssh cmd to yt-dl is slow though
Whats your latest small victory
I set up a script and some custom sentences in an automation to play kids shows from my Kids plex profile.
Automation:
alias: "Media: Play Kids shows"
description: Sentence triggers for kids shows
triggers:
- command:
- Ryder needs us
- Rider needs us
- Paw patrol is on a roll
- Play [the next ]Paw Patrol
- Turn on Paw Patrol
- Put on Paw Patrol
- Writer needs us
- Power Patrol is on a roll
- The troll is on a roll
trigger: conversation
id: Paw Patrol
- command:
- Go Team Spidey
- Play [the next ]Spidey
- Turn on Spidey
- Put on Spidey
- Go webs go
trigger: conversation
id: Marvel's Spidey and His Amazing Friends
- trigger: conversation
command: Play kids {show_name}
conditions: []
actions:
- variables:
show_name: "{{ trigger.get('slot', {}).get('show_name', trigger.id) }}"
area_id: "{{ floor_id(trigger.device_id) }}"
- metadata: {}
data:
show_name: "{{ show_name }}"
action: script.play_paw_patrol
- set_conversation_response: Playing {{ show_name }}
mode: single
And script:
alias: "Play: Kids TV"
sequence:
- data:
media_content_id: >-
plex://{"library_name": "TV Shows", "show_name": "{{ show_name }}",
"episode.inProgress": [true, false], "resume": 1, "maxresults": 1,
"username": "Kids"}
media_content_type: EPISODE
target:
entity_id: media_player.living_room_tv
action: media_player.play_media
mode: single
fields:
show_name:
selector:
text: null
name: Show name
default: Paw Patrol
description: Play kids TV from Plex. Defaults to Paw Patrol
icon: mdi:youtube-tv
Some of the funky sentences are ones I added due to bad STT results.
I know all about bad STT results
I made my first blueprint that I think might be useful for others! 😁
Reminders via Assist - Create and List Tasks with Conversational Commands Hi everyone! 😊 I’m super excited to give back to the Home Assistant community – after benefiting from so many shared resources, I can finally contribute something of my own. This blueprint has been a fun project, and I hope it helps improve your Home Assistant setup! D...
finally took the plunge and learned ESPHome. I'm having an absolute blast building little gizmos -- cameras, light sensors, strongly considering smartifying our cat feeder -- and I feel so alive
Home Assistant, ESP32 and 3D printing really is the holy trinity of household hacking
@novel cape I'm going through and learning ESPHome now too! Don't know why it took me so long to get here, but it's so much fun!
YES. you can now have a conversation with sascha my phone assistant.
Today i managed to get the Rhasspy Whisper container to run with GPU acceleration. Took voice recognition from 5-7 seconds for a phrase to literally milliseconds. I'm so happy.
Nvidia?
I reinstalled my main server. Forgot to backup the main sql database.
Reconstructing my leivenheid local music play system
Working on my phone panels.
Almost there
Finished
Jellyfin mpv ship python client that works for raspberry pi.
On 64 bit you can use a standard jellyfin client
ohh nice.. so screen is not turned off actually
That is a infrared connector and a smart plug to detect the tv is on or off. And a template switch
aaa nice idea. i like it.. good job
smart plugs are your friend for make dumb stuff smart. I also have one on a ventilator. with a IR remote with buttons start stop and change speed. I detect the amps and make a nice 33,66,100% slider to change the speed.
https://github.com/Bram-diederik/cmdline-assist
added agent selection. TOMORROW after some well deserved rest. I make a WORKING voip interaction with home assistant from asterisk.
voip integration replacement for asterisk. Contribute to Bram-diederik/home-assistant-asterisk-assist development by creating an account on GitHub.