Can someone explain to me why the first sequence works fine (it reports that the alarm is on, which is correct), but the second sequence currently does not. It used to work. The third one does.
In the second example (I do a single button click to trigger this) the current-state node is called when the payload/topic is already filled from the (xiaomi_aqara.click) event, leading incorrectly to payload ‘off’. It does work in the 3rd example (I do a double click to trigger this) when I first clear the entire payload. But I would like to prevent that step.
I’m having trouble installing latest version v 0.12.2 on a docker running node-red v0.20.5.
I have tried a clean install but as soon as I install this module and restart docker it crashes upon start with this output:
node-red2 | 2 Jun 21:30:52 - [info] Node-RED version: v0.20.5
node-red2 | 2 Jun 21:30:52 - [info] Node.js version: v8.15.1
node-red2 | 2 Jun 21:30:52 - [info] Linux 4.18.0-20-generic x64 LE
node-red2 | 2 Jun 21:30:52 - [info] Loading palette nodes
node-red2 | 2 Jun 21:30:53 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
node-red2 | 2 Jun 21:30:53 - [warn] rpi-gpio : Cannot find Pi RPi.GPIO python library
node-red2 | Segmentation fault (core dumped)
node-red2 | npm ERR! code ELIFECYCLE
node-red2 | npm ERR! errno 139
node-red2 | npm ERR! [email protected] start: node $NODE_OPTIONS node_modules/node-red/red.js -v $FLOWS "--userDir" "/data"
node-red2 | npm ERR! Exit status 139
node-red2 | npm ERR!
node-red2 | npm ERR! Failed at the [email protected] start script.
node-red2 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
node-red2 |
node-red2 | npm ERR! A complete log of this run can be found in:
node-red2 | npm ERR! /root/.npm/_logs/2019-06-02T19_30_54_258Z-debug.log
node-red2 |
node-red2 | > [email protected] start /usr/src/node-red
node-red2 | > node $NODE_OPTIONS node_modules/node-red/red.js -v $FLOWS “–userDir” “/data”
I use input booleans to stop my automations from HA ui. After the update the input boolean is sending it’s state instead of sending the original payload of the sensor. Already tried checking the override topic and the block input overrides.
I can’t seem to get the Wait Until to work the way I thought it would. I am trying to wait until the vacuum changes to “returning” to go to the next part of the flow. Am I missing something in property or Entity Location?
This is what it looks like when debugging state changes on the vacuum
If you’re talking about the data field within a call-service no you can’t use a template to create a number because the data field needs to be a valid JSON string.
I have NR running on ubuntu server in docker and after upgrade to latest node-red-contrib-home-assistant-websocket and latest nodered/node-red-docker image, beside error above (I had to update all nodes in flows ), I am also facing very high load on this docker container. I tried to run new container and after I add few hass nodes to flow, it starts to eat cpu also. Anyone facing this issue?
Also since upgrade, I am facing very slow response in browser page with node-red and high cpu usage on this machine (not hosting node-red). This is pain, I don’t know what to do with this cpu usage(s). Any suggestion would be welcome