Multi-System Reactor

696 Topics 6.8k Posts
  • 0 Votes
    6 Posts
    151 Views

    As ever, works like a charm. Thanks!

    C

  • TTS in MSR?

    Solved
    30
    0 Votes
    30 Posts
    1k Views

    Here's everything from the entity page:

    av_repeat.repeat_mode="unknown" av_repeat.shuffle=null av_transport.album_art=null av_transport.current_album=null av_transport.current_artist=null av_transport.current_title=null av_transport.current_track=null av_transport.state="standby" muting.state=false power_switch.state=true volume.level=0.15 x_hass.domain="media_player" x_hass.entity_id="media_player.office_echo" x_hass.services=["media_player"] x_hass.state="standby" x_hass_attr.available=true x_hass_attr.bluetooth_list=[] x_hass_attr.connected_bluetooth=null x_hass_attr.friendly_name="Office Echo" x_hass_attr.is_volume_muted=false x_hass_attr.last_called=true x_hass_attr.last_called_summary="" x_hass_attr.last_called_timestamp=1660318076357 x_hass_attr.media_content_type="standby" x_hass_attr.media_position_updated_at="2022-08-12T16:05:58.870619+00:00" x_hass_attr.source="Local Speaker" x_hass_attr.source_list=["Local Speaker"] x_hass_attr.supported_features=56253 x_hass_attr.volume_level=0.15 Capabilities: av_repeat, av_transport, media_navigation, muting, power_switch, toggle, volume, x_hass, x_hass_media_player Actions: av_repeat.repeat_all, av_repeat.repeat_off, av_repeat.repeat_one, av_repeat.set_repeat, av_repeat.set_shuffle, av_repeat.shuffle_off, av_repeat.shuffle_on, av_transport.fast_forward, av_transport.pause, av_transport.play, av_transport.rewind, av_transport.stop, media_navigation.next_chapter, media_navigation.next_media, media_navigation.next_track, media_navigation.previous_chapter, media_navigation.previous_media, media_navigation.previous_track, muting.mute, muting.set, muting.toggle, muting.unmute, power_switch.off, power_switch.on, power_switch.set, toggle.toggle, volume.decrease, volume.increase, volume.relative, volume.set, volume.set_db, x_hass_media_player.clear_playlist, x_hass_media_player.join, x_hass_media_player.media_next_track, x_hass_media_player.media_pause, x_hass_media_player.media_play, x_hass_media_player.media_play_pause, x_hass_media_player.media_previous_track, x_hass_media_player.media_seek, x_hass_media_player.media_stop, x_hass_media_player.play_media, x_hass_media_player.repeat_set, x_hass_media_player.select_sound_mode, x_hass_media_player.select_source, x_hass_media_player.shuffle_set, x_hass_media_player.toggle, x_hass_media_player.turn_off, x_hass_media_player.turn_on, x_hass_media_player.unjoin, x_hass_media_player.volume_down, x_hass_media_player.volume_mute, x_hass_media_player.volume_set, x_hass_media_player.volume_up

    df96e3dd-01bf-4718-a3f4-255706ec260b-image.png

  • Parsing the output of http request

    7
    0 Votes
    7 Posts
    205 Views

    Ok, I’m somewhat familiar with regexp, although it was years ago when I used them. It would be a nice extra to my telegram alerts, but have to think twice if it’s worth the effort

  • How Does MSR Handle New/Deleted Entities

    4
    0 Votes
    4 Posts
    150 Views

    Hard refresh the browser, for sure. Reactor does not delete entities for missing devices/entities from the source hub/system immediately because sometimes transient things happen, and you would not want the Reactor entity to disappear and reappear (causes breaks/errors in rules and reactions). So it waits a bit to see if the hub/system brings it back. By default, Reactor entities that are orphaned for 24 hours or more will be purged. You can also delete them manually if you know they are gone and you don't want to wait.

  • Troubles Running MSR as a Service

    11
    0 Votes
    11 Posts
    167 Views

    @tunnus Was debating on using Docker, but for now I am running HA OS and MSR on two separate Virtual Machine on my Windows comp just to get things up and running. Will probably migrate my set up to a NUC later

  • 0 Votes
    11 Posts
    411 Views

    @motsie
    [SOLVED] this problem; it was in the upgrade from 22080 to 22203 where the Docker file got renamed.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Evaluation of time() comparisons

    12
    0 Votes
    12 Posts
    220 Views

    Yes it makes total sense when looked at from that perspective. I just need to find the right perspective 😉

    FWIW I am very much impressed by MSR, despite not actually having anything other than OpenLuup / Z-wave on my system (yet)!

    C

  • 0 Votes
    3 Posts
    531 Views

    @toggledbits I'm guessing the default is somewhere in the code and adding the http_request_action_timeout entry to the config overrides? I only ask because I had no entry like that in my reactor.yaml file.

    In any case - I've added this line and bounced MSR. Will monitor. Thanks very much for this guidance!

  • Vera -> HASS Migration Strategy (question)

    4
    0 Votes
    4 Posts
    179 Views

    @toggledbits read through the noise and got it. I'm depending on Vera (and their app) to manually execute certain scenes (which I think should be converted MSR Reactions or Rules) until I can fully get off the platform. I'm also trying to figure out how to do the same from a Hass dashboard. I agree that I'm sure it's possible. I just need to dig a little more.

    The virtual switch idea is interesting. Basically using them as a variable. But I think a direct call from the Vera scene may work. I'll look in to the wget function.

    Thanks for the feedback, both.

  • Variables for fun and profit

    19
    0 Votes
    19 Posts
    375 Views

    @toggledbits that's super. Thanks again for all your help!

    C

  • Idiot questions. Feel free to ignore.

    19
    0 Votes
    19 Posts
    341 Views

    @toggledbits said in Idiot questions. Feel free to ignore.:

    there's a "repeat...while" group

    I didn't mention that because I had some issues/questions about it that I have not found time to test futher, so this is a heads up. I will try to find time to test more and create a new topic soon. 🙂

  • 0 Votes
    5 Posts
    147 Views

    Thanks for the replies. I assumed that I would have to go about it a different way that what I was doing on the Vera with Reactor.

  • 0 Votes
    3 Posts
    178 Views

    @fanan there's a big difference.

    Rule with two conditions: switch turned on, time between sunrise and sunset.

    If both are triggers, any time both become true, the rule sets. So, if the switch is on but it's 2am, not set. When sunrise arrives, rule sets.

    If sunrise/sunset is a constraint, the rule only sets when the switch changes state to on between sunrise and sunset. If the switch is on at 2am, not set. When sunrise comes and goes, the rule remains not set.

  • The Home Remote with MSR

    6
    0 Votes
    6 Posts
    270 Views

    @cw-kid I was thinking along these lines myself when I asked that question. Any device brought into MSR could then be brought into Home Remote regardless of Home Remote's native support.

    Unless I am not understanding something correctly, MSR could be brought in essentially as a hub. If MSR could talk to it, Home Remote could talk to it. More importantly, for something I would like to do, I would like a specific triggered Home Remote function to interact with MSR. (I think you had done this already if I remember correctly)

    I think this would open lots of additional automation avenues.

  • 1 Votes
    3 Posts
    132 Views

    @toggledbits, can confirm that this build fixed the problem

  • 0 Votes
    2 Posts
    101 Views

    Found this. Old bug since 22118 plus some odd conditions to trigger it, but I think I've got it. Build later today after I look at some other things.

  • Using InfluxDB with MSR

    3
    1 Votes
    3 Posts
    150 Views

    I have a version of the InfluxDB plugin that can query and populate the attributes of an entity, just as many other controllers do in Reactor. That's still experimental, and requires some depth of knowledge of what I regard as a rather poorly-documented query language (theirs) that is yet another learning curve. At the moment, I see it as little more than a high bar for users and a huge technical support nightmare for me, so the jury is still out on if that ever sees daylight beyond my bench.

  • git hub docker container not available?

    2
    0 Votes
    2 Posts
    126 Views

    It may be that you need to pull "latest-[flavor]" and not just "latest" eg: latest-amd64 etc. dependent on the image specific to your installation type.
    -bh

  • Synology NAS docker image replacement

    6
    0 Votes
    6 Posts
    231 Views

    @toggledbits

    Fair enough
    🙂

Recent Topics