I have an input boolean for “Vacation Mode.” That is wired to the presence faker node. I can’t get the presence faker to operate based on the input boolean. In the presence faker, I have the node set to start when “TRUE” is received as a payload. When I deploy Node Red, the faker node says inactive upon load and does not work. If I set the faker node to active when the flow starts, the faker is on all the time no matter the vacation mode boolean. Has anyone figured out how to get the presence faker to work like this?
does the msg.payload that you are sending have true in it ?, that how i use it