Multi-System Reactor

693 Topics 6.8k Posts
  • case statement with a single when clause fails

    5
    1 Votes
    5 Posts
    175 Views

    It'll be fixed in the next release. You are right; it should work. The bug actually arises from the else, not the single when. Oopsie!

  • 0 Votes
    6 Posts
    262 Views

    The behavior you're describing is not necessarily expected, but it could be influenced by the design of the API https://tech-stack.com/blog/what-is-an-api/ or how the server is handling requests.

  • 0 Votes
    3 Posts
    137 Views

    Working now. I no longer see binary_sensor.state for the tilt sensor which was erratic at times showing the garage door was open while it was actually closed. I can now use the tilt_sensor.state (primary) = true/false

    Thanks again. Much appreciated.

  • 0 Votes
    7 Posts
    237 Views

    @togglebits Just want to make sure you did see my response three days ago. The zip file did the trick.

  • 1 Votes
    4 Posts
    162 Views

    I have similar cases and if this is feasible for you, just use delay before/after the actual actions. Delay actions are accepting expressions. I have a couple of them even using random delays.

  • Variable Value select array part

    6
    0 Votes
    6 Posts
    217 Views

    Awesome! Well done!

  • 0 Votes
    26 Posts
    1k Views

    That looks like it did the trick! Was getting a bit confused between browser_id and device_id but your explanation cleared things up. Thanks again Patrick!

  • reactor-lgtv: LG TV Controller for Reactor

    Locked
    2
    4 Votes
    2 Posts
    142 Views

    new update to handle WebOS' new settings to only handle secure connections. If you have troubles, update to 231017 and set secure to true (it's the default going forward, anyway).

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • 0 Votes
    44 Posts
    2k Views

    A final update here... adding in a minimum of 00:00:05 delays has resolved the issues.

  • [Solved] OWM error

    Solved
    9
  • Host time is wrong

    14
    0 Votes
    14 Posts
    337 Views

    Screen shot simultaneo:

    screenLeo.png

  • Migration question

    2
    0 Votes
    2 Posts
    105 Views

    Basically, all you need to do is copy the config, storage, and if you have it ext subdirectories, and everything will move over. You'll need to be careful of any directory-specific items in the config files but these are very few and I don't think most people run into them. But pretty much everything needed to clone or recover the system is in those two (or three) directories; everything else either comes from the installation package, or is just logs and similar dynamic data that can be rebuilt.

  • docker synology import

    3
    0 Votes
    3 Posts
    155 Views

    many thanks it just a ln -s which it was missing

  • MSR - Bug report

    10
    0 Votes
    10 Posts
    273 Views

    @toggledbits said in MSR - Bug report:

    This is all great. Your "New Information" message would have gotten me there; I can see it now. Thanks for the extra information, that helps confirm the first and cover other cases.

    Stay tuned for fix...

    I'm glad you were able to see and replicate my issue. I'm also glad that I was able to come up with a work around until you're able to present a fix.

  • 0 Votes
    2 Posts
    103 Views

    Not in the current version. I'll add a mapping for it for the next version.

  • 0 Votes
    5 Posts
    186 Views

    That was likely it now that you mention it. I did have a problem awhile back where I fat fingered a 2:00AM cron job that was supposed to trim backup files to only keep the last x days of *.tar.gz files which filled the partition. I bet the file date reflects when that happened 🙂

    Thanks again for the help and clarifying. Take care,
    -bh

  • Long-running task in MSR

    5
    0 Votes
    5 Posts
    176 Views

    I ended up using the same approach as in my rule for solar mode of the EV charger:

    image.png

    I left 4 seconds for the rule to reset, so it could "pulse" again in 4 secs and re-evaluate the conditions.

  • Integrate UPS with MSR

    25
    0 Votes
    25 Posts
    1k Views

    @toggledbits
    No, I get how NutController works. So far at least...

    But when I got stuck several times trying to set up NUT I almost gave up. At the same time I remembered seeing some System Info in MSR and if could find data about battery level, charging and so on I would not even need the NUT Installation.
    And that would be a big bonus for me as I realize that when my NUT installation fails one day it would take me long time to figure it out and also one less process/config to handle.

    And from System Info I assume we could get info about temperatures, storage levels, fan speeds and so on?
    This could be used to send warning notifications from MSR.

    So yes, I was asking something else that come up in my head when I tried to find another way than using NUT. 🙂

  • 0 Votes
    4 Posts
    123 Views

    Well done!

Recent Topics