Skip to content
  • Can't Restart Reactor - Corrupted SD Card?

    Locked Multi-System Reactor
    7
    0 Votes
    7 Posts
    1k 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!
  • zigbee2mqtt and openLuup

    Plugins
    7
    0 Votes
    7 Posts
    1k Views
    A
    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
    1
    3 Votes
    34 Posts
    11k Views
    akbooerA
    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
  • Post-DST and MSR not reflecting local time

    Locked Multi-System Reactor
    18
    3
    0 Votes
    18 Posts
    4k 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.
  • iCOMEN boiler switch

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

    Vera
    5
    1
    1 Votes
    5 Posts
    1k Views
    LibraSunL
    "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. [image: view?usp=sharing] @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!
  • MSR with InfluxDB, filter unit from beeing send

    Locked Multi-System Reactor
    3
    0 Votes
    3 Posts
    455 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 Multi-System Reactor
    5
    1
    0 Votes
    5 Posts
    746 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.

Recent Topics