Jump to content

Thanatar

Members
  • Posts

    69
  • Joined

  • Last visited

Recent Profile Visitors

889 profile views

Thanatar's Achievements

New

New (2/6)

26

Reputation

  1. Glad to help. HA is very powerful, but has a long way to go for setting things up with the UI vs yaml.
  2. That's not quite true. There is, but they don't make it as easy or obvious as the ISY does. In the trigger section of your automation select event and pick isy994_control. Here's a snippet from one of mine. Bonus Points: This one is a KPL. Just use the entity_id of the device you want to use. Hopefully this helps a bit. Here's the link to the docs with all of the options to watch for. https://www.home-assistant.io/integrations/isy994/ platform: event event_type: isy994_control event_data: entity_id: sensor.lr2_h_good_night control: DOF
  3. Thanatar

    Forum Changes?

    Fixed for me as well. Thanks
  4. Thanatar

    Forum Changes?

    Running Firefox v 71.0 (64 bit). Just started today.
  5. Thanatar

    Forum Changes?

    Seeing the same thing.
  6. I use a raspberry pi to play my notifications through a NR. It'll only play prerecorded sounds and announcements though. Here's the link to the setup guide. Just a heads up, Looks like OpenELEC has become unsupported. LibreELEC is the current supported fork and uses the same API.
  7. Here is the link to the post with all of the instructions to set up Jullie HERE
  8. Does the scene work with you activate it from the admin console? Make sure to select the red (Controller) device under each scene and verify the settings match what you want. Chances are you only set the top level scene and that's why.
  9. I just noticed that. It's in both places on my iPhone. They take you to the same place.
  10. Amazon has finally added the routines ability. I have one that runs my good night program. Now you just say "Good Night" rather than turn on good night. Much higher WAF. Currently it lists News, Smart Home, Traffic, and Weather as available options to add to your routine. Routines is listed in the Alexa app under settings.
  11. Glad you got it fixed. At 400 you definitely have more files than I do.
  12. Open the file in Audacity, Select the entire track. Just double click to highlight it all. Select Effect and then Amplify from the top menu. I usually leave the settings at default to avoid clipping on the audio file.
  13. You can use Audacity and amplify the offending audio file. I actually did all mine that way. It will default to the highest level without clipping, so that when you play them back they are consistent.
  14. I wrote up a guide a while back to use a pi to do my alerts. You can find it here Hopefully it helps.
  15. Here you go. /jsonrpc?request={%22jsonrpc%22:%222.0%22,%22id%22:1,%22method%22:%22Player.Open%22,%22params%22:{%22item%22:{%22file%22:%22special://profile/playlists/music/Test.xsp%22},%22options%22:{%22repeat%22:%22all%22}}} You'll have to create a Smart Playlist first. http://kodi.wiki/view/Smart_playlists Mine was named test. The good news is it will continue to play even with play next turned off. Next you may need a Stop NR when you are done listening. /jsonrpc?request={"jsonrpc": "2.0", "method": "Player.Stop", "params": { "playerid": 1 }, "id": 1}
×
×
  • Create New...