• Need Testers

    Multi-System Reactor
    6
    1 Votes
    6 Posts
    63 Views

    @toggledbits happy to help!

    I'm running Reactor>Docker>Synology NAS

  • 0 Votes
    9 Posts
    241 Views

    @tamorgen try cnt param or similar to limit the response size.

  • 5 Votes
    99 Posts
    12k Views
    Reactor build 24115 Entities UI: When a capability filter is selected, the value column header displays a selector allowing the user to display a value in the column other than the primary value for the filtered entities. The extensions subdirectory ext may now be located under config, which makes its location uniform for bare-metal and docker users; this will eventually become the standard location. It is not necessary at this time to relocate your existing ext directory if you have one — either or both the old and new locations will work for the foreseeable future. Improve the coordination of the Reactions and Rules displays when open and interacting on multiple displays (e.g. when you delete a reaction on one screen, it should disappear from the other(s)). Fix a browser-side performance issue/delay with reconnection to a restarting Reactor service when the Status page is up and displaying the Recently Changed Entities widget. This also improves the memory consumption and performance of the widget generally. Increase tolerance for damage to most storage objects, particularly those that only maintain state that can usually be safely rebuilt on the fly. For those that cannot, like rules and expressions, isolate a faulty file and ignore the object with an alert to the user. Preserve the broken file. PR 0000367 Localization of the new strings in the rule state override menu and state display have been added. PR 0000368 Fix missing localization string for Copy Attributes button in Entities list entity detail card. Report detected time zone and offset in startup messages. Add time zone display to hover title on browser and host times in UI header. New wifi_status system capability for WiFi-connected devices that can report connection status. PR 0000369 Docs: Add documentation for ev_charger system capability. HassController now supports responses from services that support them; whether required or optional, a response will be requested and stored in x_hass.last_response on the target Reactor entity. The data returned is not processed in any way; it is written as-received to the attribute. Tip: if possible, always make the service call from the target entity, not from the system entity. HassController: Bless Hass to 2024.4.4 MQTTController 24114

    NOTE: This version requires Reactor build 24115 or higher

    Add template for Shelly RGBW2 (using Gen1 API) called shelly_rgbw2_color (requires topic). Add support for wifi_status capability for some devices; more to come. Previously, those devices stored WiFi status info in x_mqtt_device (extended capability) attributes. Now that a first-class capability is being used, the extended attributes are deprecated and will be removed from a future release. Templates may now remove an action from an entity if it isn't supported by the device. This is done by specifying the action's value as false. If a device cannot support any action of a capability, the entire default list of actions for the capability can be removed by specifying the capability value as false in the actions section of the template. For an example, see the template shelly_rgbw2_color implementation for capability light_effect action set_speed, and the action implementation for the button capability. Templates may now define custom actions in x_mqtt_device. Including an arguments object in the standard action arguments format allows the template to notify the UI of the arguments required by the action. For an example, see the template shelly_rgbw2_color action x_mqtt_device.set_white.
  • 0 Votes
    4 Posts
    54 Views

    "Enable chat modals" did the trick. The others were already checks. Thanks for the pointer!

  • 0 Votes
    7 Posts
    142 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!

  • openLuup: Shelly Bridge plugin

    Pinned Plugins
    143
    0 Votes
    143 Posts
    7k Views

    Ouch, sorry!

    Away from my development system for a couple of days, but will dig into it when back.

    Have to find out why I didn’t run into this myself when testing (I do, actually, test things!)

  • zigbee2mqtt and openLuup

    Plugins
    7
    0 Votes
    7 Posts
    208 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
    2k 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
    1k 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
    96 Views
    No one has replied
  • MiOS is Winning the X10 Wars

    Vera
    5
    1 Votes
    5 Posts
    345 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
    153 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
    180 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
    474 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?

  • 0 Votes
    5 Posts
    329 Views

    Just finding this but defo interested.

  • 0 Votes
    2 Posts
    141 Views

    I have also encountered this problem on a recurring basis. I tried many different approaches - reboot RPI, restart MSR, reboot hubs - to correct the issue, usually without success. Earlier is week I decided to try something different. I "repaired" the "Hub Information Driver" using the Hubitat Package Manager. As so I the "repair" was complete on the hub, the problem disappeared.

  • 0 Votes
    2 Posts
    143 Views

    You would likely need to use the x-hass.call-service action on the lock entity and your service ID would be zwave_js.set_lock_usercode. In the data portion you'd have to fill out the code_slot and code. Note that this will not work if your lock isn't securely included with your HASS controller.

  • 2 Votes
    2 Posts
    161 Views

    Nice work! That’s a problem which has been waiting to be solved for a very long time,

  • 0 Votes
    4 Posts
    170 Views

    @apocalypsehobby please read the posting guidelines, a pinned post in this category. There are some specific requests for log files and snippets.

    Also rgbcolor.set takes a hex color code or decimal equivalent. It's probably not what you want to be using. set_rgb is more common.

  • 1 Votes
    23 Posts
    1k Views

    Oh I use the VPN for email 🙂

    C

Recent Topics