Skip to content

Multi-System Reactor

780 Topics 7.4k Posts
  • [Solved]. in, not in

    Locked
    6
    0 Votes
    6 Posts
    345 Views
    G

    Marking this as closed, filed under "quirky" lol

  • Having an issue with calling a HA service from MSR

    Locked
    4
    0 Votes
    4 Posts
    412 Views
    M

    That did it. Thanks for your help.

  • 0 Votes
    9 Posts
    886 Views
    CrilleC

    It's the same for dimming.set and power_switch.set all .set, an entity rebuild solves those too with 24162.

    (@toggledbits Mantis ID 372)

  • [Dev] Inheritance in MQTT templates?

    Locked
    40
    1 Votes
    40 Posts
    3k Views
    CrilleC

    Yep, all warnings gone! Thank you for all your work!

  • Need Testers

    Locked
    78
    1 Votes
    78 Posts
    9k Views
    toggledbitsT

    The userauth branch has now been merged into the main line release path (latest), and released in build 24152. This topic is now closed. Open new topics for any new issues.

    Thanks to all of you for your work in testing these changes.

  • [Solved] Entities error when updating MQTTController from 24120 to 24142

    Locked
    6
    0 Votes
    6 Posts
    397 Views
    CrilleC

    Understood! Reverted to 24120. All good.
    Thanks for the heads up on the localization file.

  • VirtualEntityController & time series

    Locked
    6
    0 Votes
    6 Posts
    484 Views
    toggledbitsT

    Yup, I'd expect that, based on my testing. All aggregates are working except weighted average.

    Two issues, first, a doc error, it should be wa for the aggregate name, not wma.

    Second issue, computation is botched, so it will give a value, but it's incorrect. But the brain-fade on my part was simple, and you can easily work around it until I get the next build out: add expr: "value*X" where X is the depth you've requested (e.g. 4).

    Next build will fix it, but remember to remove the expression workaround when you install it.

    (I know there are five samples, but "depth" should handle that?)

    Correct!

  • 0 Votes
    9 Posts
    499 Views
    T

    @toggledbits,
    Thank you Patrick. It's not throwing an alert now. Very elegant solution.

    I'll verify that it works once I get in the car after work and marked the thread as solved.

  • Low battery Alert using Dynamic Group Controller

    Locked
    2
    0 Votes
    2 Posts
    205 Views
    T

    Solved: Figured it out myself. I needed to add - include_group: "zwavejs" into the yaml file. This took out most of the extraneous entries that are battery powered.

    I still had a couple of ghost zwavejs nodes that I needed to manually remove. I may have to try and reset the zwavejs db somehow and get a clean reading of all the devices.

  • MQTT action & expressions

    Locked Solved
    6
    0 Votes
    6 Posts
    404 Views
    tunnusT

    @therealdb & @toggledbits it wasn't that easy... I finally got this working, but it took a couple of iterations. Correct version below:

    pool_set_temp: capabilities: [ hvac_heating_unit ] primary_attribute: hvac_heating_unit.setpoint actions: hvac_heating_unit: set_setpoint: topic: "pool/set" payload: type: json expr: '{ "command": 4, "value": min( 30, max( 20, int( parameters.setpoint ) ) ), "time": 0, "interval": 0 }'

    Devil is in the details I guess.

  • InfluxFeed plugin & throttling export

    Locked
    4
    0 Votes
    4 Posts
    365 Views
    toggledbitsT

    I'm prototyping something that may make a good general solution for this.

  • Feature Requst: Filter Entities by Lost/removed

    Locked
    1
    0 Votes
    1 Posts
    268 Views
    No one has replied
  • How to HTTPS

    Locked
    6
    0 Votes
    6 Posts
    648 Views
    CatmanV2C

    @gwp1 Your certificate won't work then

    C

  • [MSR] Virtual and MQTT entities losing status after updates

    Locked
    7
    0 Votes
    7 Posts
    555 Views
    therealdbT

    This code is now obsolete because the latest versions of both MSR and MQTTController have this behavior natively. I'll leave it just in case someone wants to look at some code enumerating/saving attributes.

  • HomeAsssistant Weather changed.... Global expression no longer functioning

    Locked
    16
    0 Votes
    16 Posts
    2k Views
    T

    Awesome, that did the trick!

    Screenshot 2024-04-25 at 9.31.15 AM.png

  • Can't Restart Reactor - Corrupted SD Card?

    Locked
    7
    0 Votes
    7 Posts
    651 Views
    PablaP

    To close this thread out, it wasn't a Reactor issue. My Rpi 3B+ was simply overheating and throttling processes. Moved to an Odroid N2+ with a heatsync running Ubuntu and everything is running smoothly!

  • Post-DST and MSR not reflecting local time

    Locked
    18
    0 Votes
    18 Posts
    3k Views
    G

    @toggledbits yeah, I just got new hardware and am considering moving to the containerized version. But that's going to take some time as it's tech I've not played with before and my day job + new puppy haven't left much dev hours these months. 🙂

    MSR is now very integral to the operation of this house so I need to tread carefully when poking the proverbial bear.

  • MSR with InfluxDB, filter unit from beeing send

    Locked
    3
    0 Votes
    3 Posts
    335 Views
    toggledbitsT

    Rene,

    You don't need all that, this should be sufficient:

    select_capabilities: power_sensor: attributes: value: true

    or the equivalent, using an array of attribute names (my favorite):

    select_capabilities: power_sensor: attributes: [ 'value' ]

    or using the other YAML array syntax:

    select_capabilities: power_sensor: attributes: - value

    You can also use a negative to suppress an attribute:

    select_capabilities: power_sensor: attributes: [ '-units' ]

    Also, can I ask that you go back and fix the formatting of the code sections of your posts, for the benefit of future readers looking at your question and example solution?

  • Need guidance on local MQTT capabilities

    Locked
    5
    0 Votes
    5 Posts
    457 Views
    CrilleC

    Ah, if I only known what to search for or had a really good memory I would have found ev_charger announced here but not listed in Standard Capabilities 🙂

    My charger seems to ignore out of range values as well so ev_charger was the missing piece in my quest, thank you @therealdb.

  • Any interest in a Homebridge adapter for Reactor?

    Locked
    5
    0 Votes
    5 Posts
    590 Views
    G

    Just finding this but defo interested.

Recent Topics