Skip to content
  • MyQ

    Software
    2
    0 Votes
    2 Posts
    283 Views
    PablaP
    MyQ has notoriously been crazy difficult to integrate with any platform unless its one that MyQ directly works with. Take a look at RatGDO its completely local and works WAY better than the original MyQ integration.
  • Pentair IntelliCenter (aka Pentair Home)

    Software
    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • openweather plugin ?

    Plugins
    34
    0 Votes
    34 Posts
    6k Views
    M
    Hi Ak, Not sure what the issue is for me then. I first had it running on Pi3 with Debian, now on Pi4 with Ubuntu, same issue of not getting the token. I did copy the user_data.json, so maybe something in that. As a test I tried on my openLuup clean test install running in a container and that is working. So must be something at my end. Thanks again anyway, I have a new workaround :-).
  • 0 Votes
    12 Posts
    979 Views
    therealdbT
    For me a "for/foreach" could be useful as well, when dealing with multiple devices and the same actions. Now this part is all code.
  • MSR, Repeat While not evaluated?

    Locked Multi-System Reactor
    5
    1
    0 Votes
    5 Posts
    381 Views
    M
    Redesign in progress. Thanks again for this great multi platform tool.
  • 0 Votes
    2 Posts
    244 Views
    toggledbitsT
    @Andr said in Need some advice how to fix a rule that throttles sometimes.: I had understand it that if Constraints isn't true, then the triggers isn't evaluated. Nope. The triggers are evaluated first. If they are satisfied, then the constraints are examined. So that 180 updates per minute from the Shelly is what's causing the throttling. You need to reduce the frequency of updates from the source device to the rule. Since you seem to only care about the power over a period of 10 seconds, you could use the time series features of VirtualEntityController and produce, for example, a 10-second moving average. The VEC will gobble update the individual updates from the Shelly and drive virtual sensors that advertise the moving average, per phase. Your rule can then check the average from the virtual sensors (you probably don't need sustained for at that point, because the moving average contains the time component). Depending on how "bouncy" the source power readings are, it may still update a lot, but you can tune/dampen that by playing with the precision (e.g. set precision: -1 to round to nearest 10 watts).
  • WiFi camera with scrub playback

    Hardware wifi camera scrub video playback
    1
    0 Votes
    1 Posts
    232 Views
    No one has replied
  • Delete many entities more efficient?

    Locked Solved Multi-System Reactor
    5
    0 Votes
    5 Posts
    436 Views
    F
    @toggledbits Thanks! This is the solution I was looking for, since I'm not that patient...
  • Fail safe condition for battery devices

    Locked Multi-System Reactor
    29
    3
    0 Votes
    29 Posts
    3k Views
    toggledbitsT
    Yes, between or not between as your logic requires, but the idea is the same.
  • openLuup charting and forward slashes in variable names

    Solved openLuup
    9
    0 Votes
    9 Posts
    702 Views
    akbooerA
    Excellent. Yes, it all works fine with Grafana, but not the internal plotting (which, frankly, is pretty minimal.) Easy to change the rules with the sophisticated wildcard syntax described here, with multiple patterns allowed, as per the servertables.lua defaults.
  • Free to a new home

    Moved Vera
    1
    0 Votes
    1 Posts
    208 Views
    No one has replied
  • 0 Votes
    4 Posts
    258 Views
    T
    @toggledbits That did the trick, thanks!
  • Interval condition question

    Locked Solved Multi-System Reactor
    3
    1
    0 Votes
    3 Posts
    247 Views
    tunnusT
    @toggledbits thanks, didn't think about that
  • openLuup log files - LuaUPnP.log and LuaUPnP_startup.log

    openLuup
    30
    0 Votes
    30 Posts
    5k Views
    D
    @akbooer here in the community app in the reply box
  • Feature request: direct links to dashboard items

    Locked Multi-System Reactor
    3
    0 Votes
    3 Posts
    244 Views
    tunnusT
    @toggledbits as dashboard items are now all under URL <MSR ip>:8111/dashboard/, if e.g. virtual items/switches would be under <MSR ip>:8111/dashboard/virtual/, they could be accessed with a direct (bookmarkable) link
  • Feature Request: Sublevel in Rulesets

    Locked Multi-System Reactor
    1
    0 Votes
    1 Posts
    152 Views
    No one has replied
  • Envisalink Controller - DSC

    Locked Multi-System Reactor
    3
    0 Votes
    3 Posts
    264 Views
    T
    @toggledbits, thanks, that's what I was thinking, and yeah, I've been burned a time or two by HA changing things around. Just this past week I got a notice about OpenWeatherMap's API changing. Not really their fault, but you have to keep on top of this stuff
  • Openluup: Datayours

    Plugins
    18
    0 Votes
    18 Posts
    2k Views
    akbooerA
    No, a new 60 second average is calculated, and emitted, on every new measurement. However, there is still an issue that the averaging window for the internal cache may not be aligned with the one that DataYours is using. Also, how accurately is the acquisition machine timestamp synchronised with the one doing the averaging and storage? It’s actually not a trivial problem for these reasons, but there are different options, so do try it, investigate the results, and report back! Good luck, AK
  • [Solved]. in, not in

    Locked Multi-System Reactor
    6
    1
    0 Votes
    6 Posts
    443 Views
    G
    Marking this as closed, filed under "quirky" lol
  • Having an issue with calling a HA service from MSR

    Locked Multi-System Reactor
    4
    0 Votes
    4 Posts
    466 Views
    M
    That did it. Thanks for your help.

Recent Topics