Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
SnowmanS

Snowman

@Snowman
Date/time condition
tunnusT
Topic thumbnail image
Multi-System Reactor
Is there a way to turn this section (image in post) off?
toggledbitsT
Topic thumbnail image
Comments & Feedback
Device log?
G
@toggledbits is there a log that will show me what rule is turning on a specific device? I've got a switch that has been kicking on at 2200 ET for several nights now and the reactor.log doesn't have a thing in it that I can see on a device level (it being more rules-based).
Multi-System Reactor
Midnight crossing not working in date/time condition (build 25325)
tunnusT
Topic thumbnail image
Multi-System Reactor
Error: Command timeout
G
at _ClientAPI._commandTimeout (http://192.168.1.100:8111/client/ClientAPI.js:807:179 Seeing this randomly when returning to open browser tab after being away awhile. Once, maybe twice a day. "What did you do to trigger it?" Literally nothing, just walked away and returned and there it was. Actions taken in reasonably close proximity to this particular instance of it popping up: I'd restarted the MSR container in Portainer. I'll try to grab some logs here shortly.
Multi-System Reactor
Reactor (Multi-System/Multi-Hub) Announcements
toggledbitsT
Build 21228 has been released. Docker images available from DockerHub as usual, and bare-metal packages here. Home Assistant up to version 2021.8.6 supported; the online version of the manual will now state the current supported versions; Fix an error in OWMWeatherController that could cause it to stop updating; Unify the approach to entity filtering on all hub interface classes (controllers); this works for device entities only; it may be extended to other entities later; Improve error detail in messages for EzloController during auth phase; Add isRuleSet() and isRuleEnabled() functions to expressions extensions; Implement set action for lock and passage capabilities (makes them more easily scriptable in some cases); Fix a place in the UI where 24-hour time was not being displayed.
Multi-System Reactor
[Solved] Local expression in Rule does not evaluate as they used to do
CrilleC
Topic thumbnail image
Multi-System Reactor
Home Assistant 2025.11.2 and latest-25315
CrilleC
Topic thumbnail image
Multi-System Reactor
Notice to Docker + ARM Users (RPi 3/4/5 and others)
toggledbitsT
This post does not apply to users of Intel/AMD-based systems. If you are using a Reactor image tagged latest-amd64 or stable-amd64, then this post does not apply to you. It also does not apply to bare-metal installs; it's for users of docker images on ARM-based systems only (principally Raspberry Pi hosts, but could be others). After January 15, 2026, I will no longer produce the aarch64-tagged docker image for Reactor. The ARM images will be arm64 for 64-bit operating systems, and armv7l for 32-bit operating systems. For those of you running a container from the aarch64 image today, this will be a relatively simple change: you just need to switch the image used for your docker container to a differently-tagged image. If you are using docker-compose, then this is a relatively simple matter of changing the image line in your docker-compose.yaml file and then stopping (docker-compose down) and restarting (docker-compose up -d) your Reactor daemon. But there's a catch... not all of you can safely just switch from the aarch64 image to the arm64 image. And, you can't just trust the output of uname -m, for example, because this exposes the CPU architecture, but not the word size of the OS running on that CPU. For Raspberry Pi systems, the transition to 64-bit operating systems was long (starting in 2016) and not always obvious — although there was a first "official" 64-bit OS for RPis in 2020, it did not become a default recommendation in the Raspberry Pi Imager until 2021, and then that was only the default for Pi 3/4 systems with >4GB RAM; it was 2022 before it was universally recommended for all 64-bit CPUs regardless of RAM size. Depending on when you first imaged your RPi system and what default you may have been offered/chosen, you could today easily have a 64-bit CPU Raspberry Pi running a 32-bit version of the operating system. Upgrades along the way would not change this; changing it to fully 64-bit requires a full reimage of the system. To establish if your OS is 64- or 32-bit, log in to your Pi and run: sudo dpkg-architecture -q DEB_HOST_ARCH. If the response is arm64 or aarch64, then you are running a 64-bit OS and you should use the arm64-tagged image. If it's anything else, you are running a 32-bit OS, and you should use the armv7l-tagged image. pi@rpi4-1:~ $ sudo dpkg-architecture -q DEB_HOST_ARCH armhf pi@rpi4-1:~ $ uname -m aarch64 pi@rpi4-1:~ $ In the example above, the uname command reports that the CPU is 64-bit architecture (aarch64), which is true for the host on which I ran these commands, but the DEB_HOST_ARCH value is armhf, indicating a 32-bit operating system. This system has to use the armv7l-tagged image. Other systems will have their own ways of determining the word size of the running OS. Since the majority of Reactor users running ARM systems are on Raspberry Pis, I am able to supply the above instructions, but if you happen to have a different ARM system, you'll need to do some web searching to figure out how to expose that information. Or, you can just try the arm64 image, and if it doesn't start up, try the armv7l image. Remember to always back up your system before making any changes. For everyone, please make this change as soon as possible, and if you have any trouble finding a working image, please (1) go back to the current aarch64 image; and (2) let me know in this thread along with as much detail about your host system as you can offer (including the output of the dpkg-architecture command mentioned above).
Multi-System Reactor
Requesting a proper ARM64/aarch64 Docker image (Pi 5 support)
M
Hi, I'm in the process of migrating from a Raspberry Pi 4 (ARMv7) to a Raspberry Pi 5 (ARMv8/aarch64), but I’ve run into an issue: there is no proper ARMv8/aarch64 image available. None of the existing images run on the Pi 5 - they all exit immediately with code 139 (segmentation fault), which typically indicates that the binaries inside the image are not compatible with the ARM64/aarch64 architecture used by the Pi 5. Would it be possible to publish a correct ARMv8/aarch64 (linux/arm64) image? Building one should be relatively straightforward using docker buildx with multi-arch support. For example, my own Node.js images are built this way: docker buildx build --push \ -t <localrepo>/<project>:<tag> \ --platform=linux/arm64,linux/amd64 \ --file ./apps/<project>/Dockerfile . This produces both the AMD64 and ARM64/v8 variants automatically. Also, as a side note, it may be best to avoid using Alpine as the base image for the ARM64 build, since musl-based builds often cause compatibility issues and unnecessary headaches. A glibc-based base image (e.g., Debian or Ubuntu) tends to work far more reliably on ARM64, especially for Node.js applications. @toggledbits - tagging you in case you missed this. Thanks, mgvra
Multi-System Reactor
Script action and custom timers
therealdbT
Sorry to write here without trying, but I’m flying today. Am I correct if i say that script action with alarm() makes it possible to execute a reaction in a given interval, lets say 15 seconds or 3.5 minutes? That sounds amazing, since I’ve used weird tricks, including a custom controller, just to do this.
Multi-System Reactor
Help resolve change in behaviour post update
CatmanV2C
Topic thumbnail image
Multi-System Reactor
There is an alternative to homebridge-mqttthing
CrilleC
Just throwing out a general hint to the people running Homebridge and MQTT. Homebridge MQTT-Thing hasn't been updated in almost 2 years and it falls behind on compatibility with the development of Homebridge. I was looking for a replacement and found Homebridge Easy MQTT and I think it's a good replacement for MQTT-Thing. I particularly find Easy MQTT Value tranformers easier to to understand and use compared to MQTT-Thing Apply function. It took a while to migrate everything but I'm pleased and can recommend.
Software
Reactor w/HA 2025.11 error on set_datetime service call setting only time
CrilleC
@toggledbits Do you know if this is related to that PR or is it a change they made in 2025.11.1? [latest-25310]2025-11-11T13:16:24.319Z <HassController:INFO> HassController#hass perform x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_dag with { "time": "10:45" } [latest-25310]2025-11-11T13:16:24.320Z <HassController:INFO> HassController#hass: sending payload for x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_dag action: { "type": "call_service", "service_data": { "date": (null), "time": "10:45", "datetime": (null), "timestamp": (null) }, "domain": "input_datetime", "service": "set_datetime", "target": { "entity_id": "input_datetime.vvb_dag" } } [latest-25310]2025-11-11T13:16:24.321Z <HassController:ERR> HassController#hass request 1762866984320<2025-11-11 14:16:24> (call_service) failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.321Z <HassController:WARN> HassController#hass action x_hass_input_datetime.set_datetime({ "time": "10:45" }) on Entity#hass>input_datetime_vvb_dag failed! [latest-25310]2025-11-11T13:16:24.321Z <HassController:INFO> Service call payload: {"type":"call_service","service_data":{"date":null,"time":"10:45","datetime":null,"timestamp":null},"domain":"input_datetime","service":"set_datetime","target":{"entity_id":"input_datetime.vvb_dag"},"id":1762866984320} [latest-25310]2025-11-11T13:16:24.322Z <HassController:INFO> Service data: {"fields":{"date":{"example":"\"2019-04-20\"","selector":{"text":{"multiline":false,"multiple":false}}},"time":{"example":"\"05:04:20\"","selector":{"time":{}}},"datetime":{"example":"\"2019-04-20 05:04:20\"","selector":{"text":{"multiline":false,"multiple":false}}},"timestamp":{"selector":{"number":{"min":0,"max":9223372036854776000,"mode":"box","step":1}}}},"target":{"entity":[{"domain":["input_datetime"]}]}} [latest-25310]2025-11-11T13:16:24.322Z <Engine:ERR> Engine#1 reaction rule-mgb8pfhs:S step 0 perform x_hass_input_datetime.set_datetime failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.322Z <Engine:INFO> Engine#1 action args: { "time": "10:45" } [latest-25310]2025-11-11T13:16:24.322Z <Engine:INFO> Resuming reaction Sätt Schema VVB i Home Assistant<AKTIV> (rule-mgb8pfhs:S) from step 1 [latest-25310]2025-11-11T13:16:24.323Z <HassController:INFO> HassController#hass perform x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_natt with { "time": "03:00", "timestamp": 0 } [latest-25310]2025-11-11T13:16:24.323Z <HassController:INFO> HassController#hass: sending payload for x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_natt action: { "type": "call_service", "service_data": { "date": (null), "time": "03:00", "datetime": (null), "timestamp": 0 }, "domain": "input_datetime", "service": "set_datetime", "target": { "entity_id": "input_datetime.vvb_natt" } } [latest-25310]2025-11-11T13:16:24.324Z <HassController:ERR> HassController#hass request 1762866984323<2025-11-11 14:16:24> (call_service) failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.324Z <HassController:WARN> HassController#hass action x_hass_input_datetime.set_datetime({ "time": "03:00", "timestamp": 0 }) on Entity#hass>input_datetime_vvb_natt failed! [latest-25310]2025-11-11T13:16:24.324Z <HassController:INFO> Service call payload: {"type":"call_service","service_data":{"date":null,"time":"03:00","datetime":null,"timestamp":0},"domain":"input_datetime","service":"set_datetime","target":{"entity_id":"input_datetime.vvb_natt"},"id":1762866984323} [latest-25310]2025-11-11T13:16:24.324Z <HassController:INFO> Service data: {"fields":{"date":{"example":"\"2019-04-20\"","selector":{"text":{"multiline":false,"multiple":false}}},"time":{"example":"\"05:04:20\"","selector":{"time":{}}},"datetime":{"example":"\"2019-04-20 05:04:20\"","selector":{"text":{"multiline":false,"multiple":false}}},"timestamp":{"selector":{"number":{"min":0,"max":9223372036854776000,"mode":"box","step":1}}}},"target":{"entity":[{"domain":["input_datetime"]}]}} [latest-25310]2025-11-11T13:16:24.324Z <Engine:ERR> Engine#1 reaction rule-mgb8pfhs:S step 1 perform x_hass_input_datetime.set_datetime failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.324Z <Engine:INFO> Engine#1 action args: { "time": "03:00", "timestamp": 0 } [latest-25310]2025-11-11T13:16:24.325Z <Engine:INFO> Resuming reaction Sätt Schema VVB i Home Assistant<AKTIV> (rule-mgb8pfhs:S) from step 2 [latest-25310]2025-11-11T13:16:24.325Z <Engine:INFO> Sätt Schema VVB i Home Assistant<AKTIV> all actions completed.
Multi-System Reactor
Reactor Version 25310 : Office Light control via rule in reactor no longer working since last update.
P
Hello, I currently have an office light (connected via a Leviton Zwave Dimmer switch) controlled from a Gen5 Aeotech Zwave switch installed on my Synology 720+ NAS. I run HA(2025.11.10) in a virtual machine from my NAS and Reactor on the container manager of the same NAS. Prior to updating to 25304 the rule I had set to turn the light on to a specific dimming value worked correctly. Now the rule appears to follow the decision tree, however the reaction does not trigger setting the dimming or turning on the office light? Strangely I can still turn the light on and off as well as dim it directly from HASS..? I have tried using the ''try this action'' button in the rules reaction setting and it will not control the light and does not throw an error flagÉ Please help, P.S Reactor has been rock steady for me over the last few years and I'm a big fan of this solution.
Multi-System Reactor
Shelly Wall Display XL
therealdbT
I don't know if you guys are into dashboards, but I am. For a second home I tried the Shelly Wall Display 2, and while not so big, it worked well over the summer. Since we're remodeling our house, I just swapped my old Fire Tablet (with its own problems) with two new Shelly Wall Display XL. I just removed the standard firmware, and I added mine (https://github.com/dbochicchio/ShellyElevate), forked from https://github.com/RapierXbox/ShellyElevate I just managed to support buttons (this thing has 4 of them) and it's all auto-discovered by Home Assistant and accessible via Reactor. I also have a new build in the works with support for buttons inside HA. I added a bonus Javascript interface sending events (screen/screensaver status, buttons, motion) to automatically drive the dashboard (all doing in HTML+Javascript and monitoring Reactor's variable). This specifical thing excluded, go get one of them, the device has a decent CPU for HA dashboards and blends wonderfully in the decor.
Hardware
[Solved] alarm() in global expression throws error in log.
CrilleC
Topic thumbnail image
Multi-System Reactor
[Solved] Define function issue in latest-25304
CrilleC
Topic thumbnail image
Multi-System Reactor
No Upgrade Notification for Build 25308?
CatmanV2C
FWIW I'm no longer getting a notification from MSR that there's an update. Just thought I'd mention it C
Multi-System Reactor
Strange behavior in MSR latest-25304 with disabled groups in Reaction
therealdbT
Topic thumbnail image
Multi-System Reactor
About
Posts
67
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Cannot delete Global Expressions
    SnowmanS Snowman

    The new built fixed the issue. Thanks for the fast response. Much appreciated.

    Multi-System Reactor

  • Cannot delete Global Expressions
    SnowmanS Snowman

    I am trying to delete a global expression (gLightDelay) but for some strange reason, it comes back despite clicking the Delete this expression and Save Changes buttons.

    I have not created a global expression for some times and just noticed this while doing some clean-up.

    I have upgraded Reactor to 25067 from 25060 and the behaviour is still there. I have restarted Reactor (as well as restarting its container) and cleared the browser's cache several times without success.

    Here's what the log shows.

    [latest-25067]2025-03-08T23:50:22.690Z <wsapi:INFO> [WSAPI]wsapi#1 rpc_echo [Object]{ "comment": "UI activity" }
    [latest-25067]2025-03-08T23:50:26.254Z <GlobalExpression:NOTICE> Deleting global expression gLightDelay
    [latest-25067]2025-03-08T23:50:27.887Z <wsapi:INFO> [WSAPI]wsapi#1 rpc_echo [Object]{ "comment": "UI activity" }
    

    Reactor latest-25067-62e21a2d
    Docker on Synology NAS

    Multi-System Reactor

  • Button.Since Revisited
    SnowmanS Snowman

    @toggledbits In the MSR documentation, under Standard Capabilities, I noticed that the
    button.since attribute was deprecated as of version 22256 and the metadata is the preferred way to access the last-modified time of an attribute.

    Am I reading this right? Should I stop using it in my rules?

    Thanks

    Multi-System Reactor

  • [SOLVED]Hass websocket falsely reporting ready on boot??
    SnowmanS Snowman

    @toggledbits I have a similar issue but I do not have a wait_all_controllers: true in my engine subsection.

    I just add it I suppose ? Thanks

    This is what I have under engine.

    engine:
       # enabled - whether or not the rules engine runs. Change only when directed.
       enabled: true
       #
       # startup_wait - Time to wait for all controllers to come ready. Reactor often starts faster
       #                than most hubs, so this pause allows Reactor to wait for a tunable time. The
       #                Engine is not started until all controllers are ready or this timeout
       #                expires. See https://smarthome.community/topic/700/start-up
       startup_wait: 600000  # milliseconds, default 60000 (one minute)
       #
       # allow_shell_action - The "Shell Command" reaction action comes with some security risks, so
       #                      by default it is disabled. To enable it, set this value true.
       # allow_shell_action: true
       # allow_shell_action_substitution: true
       #
       # shell_action_timeout - The "Shell Command" action will allow the running command to run for
       #                        up to this many milliseconds before it terminates it (to prevent run-
       #                        away processes). The default is 30000 (milliseconds, 30 seconds).
       #shell_action_timeout: 30000
       #
       # monitored_entities - if you can't figure out what is changing an entity,
       #                      (not the data, but the physical device, like a light
       #                      that is being turned on or off at an unexpected time),
       #                      you can add it to this list and the logs will post
       #                      a message whenever an action is performed on the
       #                      device (no log level changes are needed, the message
       #                      is unconditional).
       # monitored_entities:
       #   - vera>device_XXX
    
    Multi-System Reactor

  • Reactor-Editor / Reactor-ui-Status Errors
    SnowmanS Snowman

    @toggledbits Below, the error and a screenshot while creating a new Global Expression, named "test". Hoping this helps answer your questions.

    As soon as I am done typing "test" and clicking in the field to add my formula, the error pops-up and will continue popping-up three times by the time it saved the changes. The error will also pop-up when I delete the expression and will pop-up a second time by the time it saved the changes.

    It did not happen on the first use of the tab/function. It took a few tries before I could re-produce the error. It does resolve itself after a page refresh.

    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:543:91
    makeExprMenu@http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:537:28
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:92:64
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:68
    each@http://192.168.0.13:8111/node_modules/jquery/dist/jquery.min.js:2:3133
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:35
    @http://192.168.0.13:8111/client/MessageBus.js:98:44
    forEach@[native code]
    @http://192.168.0.13:8111/client/MessageBus.js:95:54
    @http://192.168.0.13:8111/client/MessageBus.js:106:44
    @http://192.168.0.13:8111/client/Observable.js:78:28
    signalModified@http://192.168.0.13:8111/reactor/en-ca/lib/js/ee.js:146:21
    signalModified@http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:40:29
    reindexExpressions@http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:71:32
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:608:40
    dispatch@http://192.168.0.13:8111/node_modules/jquery/dist/jquery.min.js:2:40040
    

    Reactor - Global Expressions.jpg

    Multi-System Reactor

  • Reactor-Editor / Reactor-ui-Status Errors
    SnowmanS Snowman

    @toggledbits These errors are on the UI. Not from the logs. They are not preventing me from doing any work.

    For example, I'll go to Expressions, click the Add Expression, and when I click the Save Changes button, that is when these errors pop-up.

    Same goes with creating or updating a rule.

    I'll post a screenshot next time I see one.

    I'll try the Clear local storage suggestion and will let you know.

    Multi-System Reactor

  • Reactor-Editor / Reactor-ui-Status Errors
    SnowmanS Snowman

    @toggledbits I understand that you do not perform testing on Mac computers but thought I'd share the following with you in case something can be done.

    I started seeing these errors with version 24302. I thought that upgrading to 24343 would have fixed the issue but unfortunately not. I either have to close the browser or clear the cache for the errors to stop popping-up but they slowly come back.

    I see these errors on the following browsers:

    • Safari 16.6.1 on macOS Big Sur
    • Safari 18.1.1 on MacOS Sonoma
    • DuckDuckGo 1.118.0 on macOS Big Sur and Sonoma
    • Firefox 133.0.3 on macOS Big Sur
    • Chrome 131.0.6778 on macOS Big Sur

    Here are the errors

    Safari while creating/updating an expression

    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:543:91
    makeExprMenu@http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:537:28
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:92:64
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:68
    each@http://192.168.0.13:8111/node_modules/jquery/dist/jquery.min.js:2:3133
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:35
    @http://192.168.0.13:8111/client/MessageBus.js:98:44
    forEach@[native code]
    @http://192.168.0.13:8111/client/MessageBus.js:95:54
    @http://192.168.0.13:8111/client/MessageBus.js:106:44
    @http://192.168.0.13:8111/client/Observable.js:78:28
    signalModified@http://192.168.0.13:8111/reactor/en-ca/lib/js/ee.js:146:21
    signalModified@http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:40:29
    reindexExpressions@http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:71:32
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:608:40
    dispatch@http://192.168.0.13:8111/node_modules/jquery/dist/jquery.min.js:2:40040
    

    DuckDuckGo while clicking on status

    http://192.168.0.13:8111/reactor/en-ca/lib/js/reactor-ui-status.js:789:44
    asyncFunctionResume@[native code]
    saveGridLayout@[native code]
    dispatchEvent@[native code]
    _triggerEvent@http://192.168.0.13:8111/node_modules/gridstack/dist/gridstack.js:1401:30
    _triggerAddEvent@http://192.168.0.13:8111/node_modules/gridstack/dist/gridstack.js:1383:31
    makeWidget@http://192.168.0.13:8111/node_modules/gridstack/dist/gridstack.js:968:30
    addWidget@http://192.168.0.13:8111/node_modules/gridstack/dist/gridstack.js:388:24
    placeWidgetAdder@http://192.168.0.13:8111/reactor/en-ca/lib/js/reactor-ui-status.js:183:44
    

    Firefox while updating a rule

    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:543:91
    makeExprMenu@http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:537:28
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:92:64
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:68
    each@http://192.168.0.13:8111/node_modules/jquery/dist/jquery.min.js:2:3133
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reaction-editor.js:89:35
    @http://192.168.0.13:8111/client/MessageBus.js:98:44
    forEach@[native code]
    @http://192.168.0.13:8111/client/MessageBus.js:95:54
    @http://192.168.0.13:8111/client/MessageBus.js:106:44
    @http://192.168.0.13:8111/client/Observable.js:78:28
    notifySaved@http://192.168.0.13:8111/reactor/en-ca/lib/js/ee.js:82:21
    notifySaved@http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:47:26
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reactor-ui-rules.js:1460:39
    forEach@[native code]
    @http://192.168.0.13:8111/reactor/en-ca/lib/js/reactor-ui-rules.js:1459:58
    

    Chrome while creating/updating an expression

    TypeError: Cannot read properties of undefined (reading 'getEditor')
        at RuleEditor.makeExprMenu (http://192.168.0.13:8111/reactor/en-ca/lib/js/rule-editor.js:1788:86)
        at Object.handler (http://192.168.0.13:8111/reactor/en-ca/lib/js/rule-editor.js:2174:54)
        at http://192.168.0.13:8111/client/MessageBus.js:98:44
        at Array.forEach (<anonymous>)
        at MessageBus._sendToBus (http://192.168.0.13:8111/client/MessageBus.js:95:54)
        at MessageBus.send (http://192.168.0.13:8111/client/MessageBus.js:106:44)
        at ExpressionEditor.publish (http://192.168.0.13:8111/client/Observable.js:78:28)
        at ExpressionEditor.signalModified (http://192.168.0.13:8111/reactor/en-ca/lib/js/ee.js:146:14)
        at ExpressionEditor.signalModified (http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:40:15)
        at ExpressionEditor.reindexExpressions (http://192.168.0.13:8111/reactor/en-ca/lib/js/expression-editor.js:71:18)
    ``
    Multi-System Reactor

  • ZWaveJSController - Warning/Error Traceback - Registering action set volume for Aeotec Siren 6 (ZW164)
    SnowmanS Snowman

    @toggledbits Since I have upgraded ZWaveJSController to 24293 from 24257 I am seeing entries related to registering action set_volume, but action is not defined by the capability 143 every time I restart Reactor.

    The Siren seems to be doing what it is supposed to do. The volume levels are fine. Should I worry about it?

    Reactor version 24302
    ZWaveJSController version 24293
    Z-Wave JS UI version 9.27.4
    zwave-js version 14.3.4

    [latest-24302]2024-11-22T02:10:32.852Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 0 (entity "143-0")
    [latest-24302]2024-11-22T02:10:32.854Z <Entity:WARN> Entity#zwavejs>143-1 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.855Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.859Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 1 (entity "143-1")
    [latest-24302]2024-11-22T02:10:32.860Z <Entity:WARN> Entity#zwavejs>143-2 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.861Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.864Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 2 (entity "143-2")
    [latest-24302]2024-11-22T02:10:32.866Z <Entity:WARN> Entity#zwavejs>143-3 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.866Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.870Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 3 (entity "143-3")
    [latest-24302]2024-11-22T02:10:32.871Z <Entity:WARN> Entity#zwavejs>143-4 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.872Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.876Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 4 (entity "143-4")
    [latest-24302]2024-11-22T02:10:32.878Z <Entity:WARN> Entity#zwavejs>143-5 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.878Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.881Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 5 (entity "143-5")
    [latest-24302]2024-11-22T02:10:32.883Z <Entity:WARN> Entity#zwavejs>143-6 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.884Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.887Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 6 (entity "143-6")
    [latest-24302]2024-11-22T02:10:32.888Z <Entity:WARN> Entity#zwavejs>143-7 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.889Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.892Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 7 (entity "143-7")
    [latest-24302]2024-11-22T02:10:32.893Z <Entity:WARN> Entity#zwavejs>143-8 registering action set_volume, but action is not defined by the capability
    [latest-24302]2024-11-22T02:10:32.894Z <Entity:CRIT> Error: Traceback [-]
    Error: Traceback
        at Entity.registerAction (/opt/reactor/server/lib/Entity.js:703:288)
        at ZWaveJSController._register_node (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1689:112)
        at ZWaveJSController._register_nodes (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:1401:84)
        at ZWaveJSController._process_init_data (/var/reactor/ext/ZWaveJSController/ZWaveJSController.js:844:38)
        at /var/reactor/ext/ZWaveJSController/ZWaveJSController.js:774:39
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    [latest-24302]2024-11-22T02:10:32.896Z <ZWaveJSController:INFO> ZWaveJSController#zwavejs configuring node 143 endpoint 8 (entity "143-8")
    
    Multi-System Reactor

  • Unusual zwavejs entity naming convention
    SnowmanS Snowman

    @toggledbits It appears the ZIP file you provided me with to fix the TILT-ZWAVE2.5-ECO tilt_sensor.state issue also fixed this topic. I do not see the unusual entity names. Thanks

    image.png

    image.png

    Multi-System Reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    @toggledbits The ZIP file fixed the issue. The tilt_sensor.state working as expected. Thanks

    door_sensor.state=true
    tamper.state=true
    tilt_sensor.state=true
    
    Multi-System Reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    @toggledbits I now have the requested log file.

    Multi-System Reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    I did open and close the garage door after updating Reactor. More than once. I even removed the battery to see if it would make a difference.

    I am looking at the Notification values under ZWaveJS UI ans can see that the Window/door state do toggle between TRUE/FALSE when the door opens and closes. Nothing unusual here.

    Looking at Binary Sensor values, I am seing this though. Makes sense?

    When the garage door Opens
    1de1d60d-615b-4d3d-b400-b9e101c8daac-image.png

    When the garage door Closes
    69844462-27a1-482c-bd1e-59419f09d348-image.png

    Multi-System Reactor

  • Unusual zwavejs entity naming convention
    SnowmanS Snowman

    @toggledbits I have noticed after upgrading both Reactor and ZWaveJSController to version 24257 that two of my devices/entities, TILT-ZWAVE2.5-ECO and Zooz ZSE18, had their entity re-named in an unusual way and also appears to be duplicated.

    Reactor version 24257
    ZWaveJSController version 24257
    Z-Wave JS UI version 9.18.1
    zwave-js version 13.2.0

    Vestibule Motion Sensor State attributes/partial screenshot of entities it created. All entities have the same attributes.

    motion_sensor.state=true
    x_zwave_values.Notification_Home_Security_Motion_sensor_status=8
    zwave_device.capabilities=[113]
    zwave_device.endpoint=0
    zwave_device.failed=null
    zwave_device.manufacturer_info=null
    zwave_device.node_id=23
    zwave_device.valueId=[113,"Notification","Home Security","Home Security","Motion sensor status","Motion sensor status"]
    zwave_device.version_info=null
    

    Zooz ZSE18 Motion Sensor.jpg

    Tilt Sensor Door State and Tilt Sensor Door State Simple attributes/partial screenshot of entities it created. All entities have similar attributes with exception of x_zwave_values.Notification_Access_Control_Door_State = 22 or 23.

    tilt_sensor.state=true
    x_zwave_values.Notification_Access_Control_Door_state=22
    zwave_device.capabilities=[113]
    zwave_device.endpoint=0
    zwave_device.failed=null
    zwave_device.manufacturer_info=null
    zwave_device.node_id=24
    zwave_device.valueId=[113,"Notification","Access Control","Access Control","Door state","Door state"]
    zwave_device.version_info=null
    
    tilt_sensor.state=true
    x_zwave_values.Notification_Access_Control_Door_state_simple=22
    zwave_device.capabilities=[113]
    zwave_device.endpoint=0
    zwave_device.failed=null
    zwave_device.manufacturer_info=null
    zwave_device.node_id=24
    zwave_device.valueId=[113,"Notification","Access Control","Access Control","Door state (simple)","Door state (simple)"]
    zwave_device.version_info=null
    
    tilt_sensor.state=false
    x_zwave_values.Notification_Access_Control_Door_state=23
    zwave_device.capabilities=[113]
    zwave_device.endpoint=0
    zwave_device.failed=null
    zwave_device.manufacturer_info=null
    zwave_device.node_id=24
    zwave_device.valueId=[113,"Notification","Access Control","Access Control","Door state","Door state"]
    zwave_device.version_info=null
    
    tilt_sensor.state=false
    x_zwave_values.Notification_Access_Control_Door_state_simple=23
    zwave_device.capabilities=[113]
    zwave_device.endpoint=0
    zwave_device.failed=null
    zwave_device.manufacturer_info=null
    zwave_device.node_id=24
    zwave_device.valueId=[113,"Notification","Access Control","Access Control","Door state (simple)","Door state (simple)"]
    zwave_device.version_info=null
    

    TILT-ZWAVE2.5-ECO.jpg

    Multi-System Reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    @toggledbits I appears the tilt_sensor.state = false is back again after I upgraded both Reactor and ZWaveJSController to version 24257. It was working fine with ZWaveJSController version 24242.

    I can certainly stop using this entity and use the door_sensor.state instead.

    I did check the latest changes for zwave-js 13.2.0 and did not see any thing that may have been introduced causing this.

    I have copied, below, the attributes of the tilt sensor in hopes it can help.

    Thanks in advance.

    Reactor version 24257
    ZWaveJSController version 24257
    Z-Wave JS UI version 9.18.1
    zwave-js version 13.2.0

    battery_maintenance.charging=0
    battery_maintenance.rechargeable=0
    battery_maintenance.replace=false
    battery_maintenance.state="normal"
    battery_power.level=1
    battery_power.since=null
    door_sensor.state=true
    tamper.state=true
    tilt_sensor.state=false
    x_debug.dt={"entity_class":"Binary Sensor","match":"deviceClass.generic.key=7","description":"Z-Wave Plus Tilt Sensor","default_name":"Tilt Sensor","model":"TILTZWAVE2.5-ECO","capabilities":["tilt_sensor"],"primary_attribute":"tilt_sensor.state","values":[{"valueId":"32:currentValue:","capabilities":{"tilt_sensor":{"attributes":{"state":{}}}}},{"match":{"endpoint":0,"commandClass":48,"metadata.ccSpecific.sensorType":255},"capabilities":{"tilt_sensor":{"attributes":{"state":{}}}}},{"match":{"endpoint":0,"commandClass":113,"metadata.ccSpecific.notificationType":6},"capabilities":{"tilt_sensor":{"attributes":{"state":{"expr":"value === 22"}}}}}],"manufacturerId":330,"productType":4,"productId":3}
    x_zwave_values.Battery_isLow=false
    x_zwave_values.Battery_level=100
    x_zwave_values.Binary_Sensor_Any=false
    x_zwave_values.Binary_Sensor_Door_Window=true
    x_zwave_values.Configuration_Basic_Sets_for_Association_Group_2=0
    x_zwave_values.Configuration_Send_Reports=0
    x_zwave_values.Manufacturer_Specific_manufacturerId=330
    x_zwave_values.Manufacturer_Specific_productId=3
    x_zwave_values.Manufacturer_Specific_productType=4
    x_zwave_values.Notification_Access_Control_Door_state=22
    x_zwave_values.Notification_Access_Control_Door_state_simple=22
    x_zwave_values.Notification_Home_Security_Cover_status=3
    x_zwave_values.Notification_Power_Management_Battery_maintenance_status=0
    x_zwave_values.Notification_UNKNOWN_0x46=23
    x_zwave_values.Notification_alarmLevel=0
    x_zwave_values.Notification_alarmType=0
    x_zwave_values.Version_firmwareVersions=["10.1"]
    x_zwave_values.Version_hardwareVersion=2
    x_zwave_values.Version_libraryType=6
    x_zwave_values.Version_protocolVersion="4.5"
    x_zwave_values.Wake_Up_controllerNodeId=1
    x_zwave_values.Wake_Up_wakeUpInterval=14400
    zwave_device.capabilities=[48,112,113,114,128,132,134]
    zwave_device.endpoint=0
    zwave_device.failed=false
    zwave_device.generic_class="Notification Sensor"
    zwave_device.impl_sig="24256:1:24192:1"
    zwave_device.is_beaming=true
    zwave_device.is_listening=false
    zwave_device.is_routing=true
    zwave_device.is_secure=false
    zwave_device.last_wakeup=1726513928400
    zwave_device.manufacturer_info=[330,4,3]
    zwave_device.max_data_rate=100000
    zwave_device.node_id=24
    zwave_device.specific_class="Notification Sensor"
    zwave_device.status=1
    zwave_device.status_text="asleep"
    zwave_device.version_info=[4,"10.1"]
    zwave_device.wakeup_interval=14400
    
    Multi-System Reactor

  • How to reference a local expression inside a Shell Command
    SnowmanS Snowman

    @toggledbits It never crossed my mind to use HTTP. I'll give it a try.

    Multi-System Reactor reactor

  • How to reference a local expression inside a Shell Command
    SnowmanS Snowman

    Referencing an expression inside a reaction is in the form of ${{ expression }}. When referenced inside my shell command to set the watering delay duration for my Rachio sprinkler system, it just does not work.

    If I enter "86400" instead of referencing the expression lWateringDelayDuration, it works. Either I am doing something wrong or referencing an expression inside a shell command is not supported.

    Reactor version: 24212

    Local Expression
    lWateringDelayDuration =

    WDD = getEntity( "hass>input_number_h_watering_delay_duration" ).attributes.value_sensor.value,
    
    if WDD == 0 then 0
      elif WDD == 1 then 86400
      elif WDD == 2 then 172800
      elif WDD == 3 then 259200
      elif WDD == 4 then 345600
    endif
    

    Setting Reaction using Shell command

    curl -X PUT -H "Content-Type: application/json" -H "Authorization: Bearer xxxxxxxxxx -d '{ "id" : "xxxxxxxxxx", "duration" : ${{ lWateringDelayDuration}} }' https://api.rach.io/1/public/device/rain_delay
    

    Thanks in advance

    Multi-System Reactor reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    @toggledbits That fixed it. Thank you sir.

    battery_maintenance.charging=null
    battery_maintenance.rechargeable=false
    battery_maintenance.replace=false
    battery_maintenance.state="normal"
    battery_power.level=1
    battery_power.since=1720778246637
    door_sensor.state=true
    power_source.source=null
    tamper.state=true
    tilt_sensor.state=true

    Multi-System Reactor

  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL
    SnowmanS Snowman

    @toggledbits I just noticed that the tilt_sensor.state = false now and no longer can be used in my rule. I have to use door_sensor.state instead.

    I cannot tell when the issue started and not sure if this is related to Reactor/ZwaveJSController implementation or the actual Z-Wave JS UI docker version. I have copied, below, the attributes of the tilt sensor in hopes it can help.

    Thanks in advance.

    Reactor version 24190
    ZWaveJSController version 23326
    Z-Wave JS UI version 9.14.5
    zwave-js version 12.12.3

    battery_maintenance.charging=null
    battery_maintenance.rechargeable=false
    battery_maintenance.replace=false
    battery_maintenance.state=null
    battery_power.level=1
    battery_power.since=1720636775292
    door_sensor.state=true
    power_source.source=null
    tamper.state=true
    tilt_sensor.state=false
    x_debug.dt={"entity_class":"Binary Sensor","match":"deviceClass.generic.key=7","description":"Z-Wave Plus Tilt Sensor","default_name":"Tilt Sensor","model":"TILTZWAVE2.5-ECO","capabilities":["tilt_sensor"],"primary_attribute":"tilt_sensor.state","values":[{"valueId":"32:currentValue:","capabilities":{"tilt_sensor":{"attributes":{"state":{}}}}},{"match":{"endpoint":0,"commandClass":48,"metadata.ccSpecific.sensorType":255},"capabilities":{"tilt_sensor":{"attributes":{"state":{}}}}}],"manufacturerId":330,"productType":4,"productId":3}
    x_zwave_values.Battery_isLow=false
    x_zwave_values.Battery_level=100
    x_zwave_values.Binary_Sensor_Any=false
    x_zwave_values.Binary_Sensor_Door_Window=true
    x_zwave_values.Configuration_Basic_Sets_for_Association_Group_2=0
    x_zwave_values.Configuration_Send_Reports=0
    x_zwave_values.Manufacturer_Specific_manufacturerId=330
    x_zwave_values.Manufacturer_Specific_productId=3
    x_zwave_values.Manufacturer_Specific_productType=4
    x_zwave_values.Notification_Access_Control_Door_state=22
    x_zwave_values.Notification_Access_Control_Door_state_simple=22
    x_zwave_values.Notification_Home_Security_Cover_status=3
    x_zwave_values.Notification_Power_Management_Battery_maintenance_status=0
    x_zwave_values.Notification_UNKNOWN_0x46=23
    x_zwave_values.Notification_alarmLevel=0
    x_zwave_values.Notification_alarmType=0
    x_zwave_values.Version_firmwareVersions=["10.1"]
    x_zwave_values.Version_hardwareVersion=2
    x_zwave_values.Version_libraryType=6
    x_zwave_values.Version_protocolVersion="4.5"
    x_zwave_values.Wake_Up_controllerNodeId=1
    x_zwave_values.Wake_Up_wakeUpInterval=14400
    zwave_device.capabilities=[48,112,113,114,128,132,134]
    zwave_device.endpoint=0
    zwave_device.failed=false
    zwave_device.generic_class="Notification Sensor"
    zwave_device.impl_sig="23326:1:23318:2"
    zwave_device.is_beaming=false
    zwave_device.is_listening=false
    zwave_device.is_routing=true
    zwave_device.is_secure=false
    zwave_device.last_wakeup=1720636775220
    zwave_device.manufacturer_info=[330,4,3]
    zwave_device.max_data_rate=null
    zwave_device.node_id=24
    zwave_device.specific_class="Notification Sensor"
    zwave_device.status=1
    zwave_device.status_text="asleep"
    zwave_device.version_info=[null,"10.1"]
    zwave_device.wakeup_interval=14400

    Multi-System Reactor

  • Smart plugs showing battery maintenance capability
    SnowmanS Snowman

    @toggledbits Got it. Will show all attributes next time. Thanks

    Multi-System Reactor

  • Smart plugs showing battery maintenance capability
    SnowmanS Snowman

    @toggledbits Any reasons that might escape me why there are battery_maintenance attributes for the Zooz (ZEN04), Aeotec (ZWA023) and Dome (DMOF1) smart plugs (and probably other smart plugs)?

    Again, not sure if this is related to Reactor/ZwaveJSController implementation or the actual Z-Wave JS UI docker version. I have copied, below, the attributes in question in hopes it can help.

    Thanks in advance.

    Reactor: 23344
    ZWaveJSController: 9.6.0.ec8995c
    zwave-js: 12.4.1
    home id: 3589098709
    home hex: 0xd5ed4cd5

    PS I could copy all attributes but there are too many to be listed in this thread.

    Attributes

    battery_maintenance.charging=null
    battery_maintenance.rechargeable=false
    battery_maintenance.replace=false
    battery_maintenance.state=null
    
    Multi-System Reactor
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved