• 0 Votes
    9 Posts
    163 Views

    @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.

  • 0 Votes
    6 Posts
    481 Views

    That's the beauty of community support!

  • 0 Votes
    2 Posts
    121 Views

    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 Multi-System Reactor
    6
    0 Votes
    6 Posts
    217 Views

    @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.

  • 0 Votes
    4 Posts
    185 Views

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

  • 0 Votes
    1 Posts
    218 Views
    No one has replied
  • 0 Votes
    1 Posts
    315 Views
    No one has replied
  • How to HTTPS

    Locked Multi-System Reactor
    6
    0 Votes
    6 Posts
    466 Views

    @gwp1 Your certificate won't work then

    C

  • 0 Votes
    7 Posts
    326 Views

    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.

  • openLuup: Shelly Bridge plugin

    Pinned Plugins
    144
    0 Votes
    144 Posts
    10k Views

    @a-lurker

    Could you try latest development v240426 to check this is fixed.

    Thanks and, again, apologies.

  • 0 Votes
    16 Posts
    1k Views

    Awesome, that did the trick!

    Screenshot 2024-04-25 at 9.31.15 AM.png

  • 0 Votes
    7 Posts
    421 Views

    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!

  • zigbee2mqtt and openLuup

    Plugins
    7
    0 Votes
    7 Posts
    363 Views

    Yes my rookie mistake. Mixed up the function's variables being returned versus the function itself being returned. Was on the right track as "configure (dno) has fixed the issue. Thanks.

  • openLuup: Version Log

    Pinned Locked openLuup
    34
    3 Votes
    34 Posts
    3k Views

    Development Branch: 2024 Release 4.8

    Eclipse Edition

    further refactoring of Shelly Gen2+ devices fix missing variables for Shelly H&T support for Shelly Gen1 RGBW2 controller
  • 0 Votes
    18 Posts
    2k Views

    @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.

  • iCOMEN boiler switch

    Unsolved General Discussion
    1
    0 Votes
    1 Posts
    260 Views
    No one has replied
  • MiOS is Winning the X10 Wars

    Vera
    5
    1 Votes
    5 Posts
    695 Views

    "Hi, I'm Troy McClure, famous from such posts as 'How to Send Data to Google Sheets from Rule Machine', and 'Creating Zero-CSS Animated SVG Backgrounds for Hubitat Dashboard Tiles Using Hidden iFrames', and other esoteric topics nobody wants to read."
    But srsly, I did expect more response when I recently released my very first full-fledged HE Device Driver which pits you against an AI bot in the game of TicTacToe on a gameboard created out of 12 button Tiles. 😉
    TicBot Game

    @toggledbits sure won't miss my MSR antics, but I do! What's the point of beta testing if you cannot first crush the everlivin' life out of something while probing its deepest, darkest recesses.

    Indeed, first thing I inquired about after joining HE Forum a few years back was "Can this thing tie in with X10?" (A: Yes and, more pointedly, no.)

    I would love to visit here more often, but must confess you guys are so awesome you've left me nothing to BREAK!

  • 0 Votes
    3 Posts
    241 Views

    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?

  • 0 Votes
    5 Posts
    297 Views

    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.

  • ZWaveJS and MQTT

    openLuup
    14
    0 Votes
    14 Posts
    707 Views

    @toggledbits Thanks for that. Zensys had it as their proprietary stuff ie under their control for ages and it's still a constellation of confusion. For example - how hard should it be to copy a set up from one USB stick to another? They really shot themselves in the foot a long time ago. Meanwhile Zigbee seems to have flourished?

Recent Topics