#Big small victory thread

1 messages · Page 1 of 1 (latest)

frank nebula
#

Did you accomplish something that is a victory but not that big to make a own thead. Like you finally got your voice automation running or have created a nice dashboard, Post it here.

#

My android tv remote. With out oeps i pressed a button and now i have to press 5 more to fix it.

rain bluff
#

That’s cool! How’s the search work?

frank nebula
#

Ssh cmd to yt-dl is slow though

frank nebula
rain bluff
#

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.

frank nebula
#

I know all about bad STT results

frank nebula
steep ember
#
frank nebula
#

It works

novel cape
#

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

nocturne niche
#

@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!

frank nebula
#

YES. you can now have a conversation with sascha my phone assistant.

frank nebula
clever yacht
#

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.

frank nebula
frank nebula
#

I reinstalled my main server. Forgot to backup the main sql database.

Reconstructing my leivenheid local music play system

frank nebula
#

Working on my phone panels.

frank nebula
frank nebula
#

Almost there

frank nebula
#

Finished

frank nebula
tender ridge
#

im interested

frank nebula
#

Jellyfin mpv ship python client that works for raspberry pi.

#

On 64 bit you can use a standard jellyfin client

tender ridge
#

ohh nice.. so screen is not turned off actually

frank nebula
#

That is a infrared connector and a smart plug to detect the tv is on or off. And a template switch

tender ridge
#

aaa nice idea. i like it.. good job

frank nebula
# tender ridge 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.

frank nebula
frank nebula