node-red-contrib-zigbee2mqtt
node-red-contrib-zigbee2mqtt copied to clipboard
Zigbee2mqtt connectivity nodes for node-red
Hi, I have tried installing the package from the mange pallette and it fails the log is below: 2022-07-20T07:35:11.138Z Install : node-red-contrib-zigbee2mqtt 2.3.2 2022-07-20T07:35:11.159Z npm install --no-audit --no-update-notifier --save --save-prefix="~"...
Hello, I got my 'node-red-contrib-zigbee2mqtt:zigbee2mqtt-server' not registering because of dependency error. ### TL & NR: `cd ~/.node-red && npm install debug` `restart node-red` ### Details: In the module 'number-allocator' used...
Hi, I upgraded from a very old version of zigbee2mqtt and nodes and now, even with cache_state: false in configuration.xml, I receive all the states from the devices. I tried...
Hi, I really like this plugin, thanks for your work! Can you add support for radiator valve commands? The "out" node actually not support commands for Siterwell GS361A-H04 control. https://www.zigbee2mqtt.io/devices/GS361A-H04.html...
Currently the options are set permanently every time when you send message to an out node: https://github.com/andreypopov/node-red-contrib-zigbee2mqtt/blob/59d31200d8234ae4893aa66ba57e8c6913d26fdc/nodes/out.js#L217-L220 Transition option can be set for just a specific request: https://www.zigbee2mqtt.io/devices/LED2003G10.html#transition I think...
When we connect to mqtt and get the devices from the bridge, we send a get message for every device that supports it: https://github.com/andreypopov/node-red-contrib-zigbee2mqtt/blob/59d31200d8234ae4893aa66ba57e8c6913d26fdc/nodes/server.js#L725-L753 "in" nodes trigger a warning about...
My log: `s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service base-addon-banner: starting ----------------------------------------------------------- Add-on: Node-RED Flow-based programming for the Internet of Things ----------------------------------------------------------- Add-on...
I have this sensor: https://www.zigbee2mqtt.io/devices/HG06335_HG07310.html#lidl-hg06335%252Fhg07310 When I take it off the mounting bracket, so Tamper becomes true, the value to HomeKit (`payload`) is: ```json { "OccupancyDetected":1 } ``` While `payload_raw`...
Hi, i have the problem, that my raspberry changed sometimes te usb-port. from /dev/ttyUSB0 to /dev/ttyUSB1 and back. I don't know when it happens exactly. After a few weeks. But...
Is there any posibility installing zigbee2mqtt on RedNode?