Home Forums BreakawayOne Breakaway One Latest Version (3.32.47) Released

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #17709
    MrKlorox
    Participant

    What are the features in this update for exactly? Controlling devices from BA1? Like… lighting perhaps?

    #17710
    Milky
    Keymaster

    I have no idea, but all the changes are industry driven, so there must be a need.

    Please don’t shoot the messenger.

    • This reply was modified 3 months ago by Milky.
    #17713
    Mwyann
    Participant

    One way I would use that for example is to change my speaker preset automatically for the evening – using a lower bass preset for the neighbors 😉 I know I can already do that via HTTP but if I can do it via my Home Assistant installation that would be even better. But I don’t think I can right now, it doesn’t support changing presets yet I guess.

    #17714
    Milky
    Keymaster

    When I play vinyl, I like to turn off BA1 processing using the “Bypass” option. I currently do this via a batch file which executes the http link via cURL. I’ll experiment to see if can get the assistant to do that.

    #17715
    MrKlorox
    Participant

    I remember several years ago now, on one of Leif’s YouTube videos that has since gone hidden, he was controlling the lighting of Hue (or equivalent) colored bulbs from an audio processor. Most visualization methods don’t take the processing into account and introduce synchronization issues. It would indeed be cool to animate my whole house when I want to throw a party or get really REDACTED, in case that’s what this is laying the groundwork for.

    #17717
    Mwyann
    Participant

    I got HomeAssistant to set my speaker preset by using REST plugin. I’ve included this to my configuration.yaml file and I can then use it in scripts or automations:

    rest_command:
      baone_bore_speaker_normal:
        url: "http etc"
        method: GET
      baone_bore_speaker_low_bass:
        url: "http etc"
        method: GET

    Maybe you can use that instead of your batch file and have Google Assistant to switch it back and forth for you 😉

    #17718
    Milky
    Keymaster

    Interesting approach. I must experiment more. I have an Auto Hot Key (AHK) script which does a few things on my playout system, including Stop, Pause, Next Track, Previous Track etc and I have added a button to toggle Bypass on/off to that panel.

    This is the code to turn Bypass On.

    REM Set Bypass Processing option to ON
    curl --silent --output nul http://OTSBOX:8282/parameter/hd1/proc/bypass_proxy=1

    and Off.

    REM Set Bypass Processing option to OFF
    curl --silent --output nul http://OTSBOX:8282/parameter/hd1/proc/bypass_proxy=0
    • This reply was modified 2 months, 3 weeks ago by Milky.
    #17720
    Mwyann
    Participant

    I gave BA1 a try again with HA discovery and it works fine now, I don’t know why I couldn’t see it before.

    That way I was able to export the Speaker Preset Name so I can automatically adjust the preset depending on the current time, using the Selector action instead of calling the API via HTTP, which is cleaner.

    I can’t connect to the SSL version of the broker though, I’m stuck with “normal broker”, which I guess is normal.

    #17721
    Milky
    Keymaster

    The SSL broker may have a different port which you may have to relax in your firewall.

    #17722
    Mwyann
    Participant

    Nah it’s local only, there’s no firewall between BA1 and my broker, I think BA1 simply can’t talk SSL which is fine. I tend to use SSL whenever I can if available but since it’s on my local network it’s fine I guess 😉

    #17735
    timmywa
    Participant

    any updates??

    #17736
    Milky
    Keymaster

    Version 3:32:48 is available on their new website.

  • https://www.breakawaysoftware.com
  • Just a minor tweak if you refer to the release notes.

    • This reply was modified 1 week, 4 days ago by Milky.
    • This reply was modified 1 week, 4 days ago by Milky.
Viewing 12 posts - 31 through 42 (of 42 total)
  • You must be logged in to reply to this topic.