Pulsate node red

come faccio a collegare il pulsante di node red per cayenne in modo che mi restituisca un numero di zero ed uno?
image

per ora mi restituisce solo “ok,duocfbhaiucbai”
come posso fare?!

can you provide more info, like the node-red flow.

image
image
mi serve che quando schiaccio il pulsate sulla dashboard di cayenne mi invia a nodored un comado di 0 e 1

can you share the flow by clicking on export and then copy-paste it here.

i dont know what you have done but i get the correct value from cayenne to node-red

[{“id”:“f31fb440.1d03c8”,“type”:“cayenne actuator”,“z”:“78315230.30098c”,“client”:“3a35b16.190594e”,“qos”:“0”,“name”:“stufa”,“datatype”:“”,“dataunit”:“”,“channel”:“2”,“datatypeEx”:“switch”,“dataunitEx”:“null1”,“valuetypeEx”:“digital”,“x”:126.5,“y”:430,“wires”:[[“4ec07df5.3c6584”]]},{“id”:“4ec07df5.3c6584”,“type”:“debug”,“z”:“78315230.30098c”,“name”:“uscita rele cayee”,“active”:true,“tosidebar”:true,“console”:false,“tostatus”:false,“complete”:“payload”,“targetType”:“msg”,“x”:554.5,“y”:439,“wires”:},{“id”:“3a35b16.190594e”,“type”:“cayenne-client”,“z”:“”,“broker”:“e08c6d6f.a06f8”,“username”:“”,“clientid”:“”,“name”:“Gabbiotto”},{“id”:“e08c6d6f.a06f8”,“type”:“mqtt-broker”,“z”:“”,“name”:“Gabbiotto”,“broker”:“mqtt.mydevices.com”,“port”:“1883”,“clientid”:“5f4b6757b1bf”,“usetls”:false,“compatmode”:false,“keepalive”:“60”,“cleansession”:true,“birthTopic”:“”,“birthQos”:“0”,“birthPayload”:“”,“closeTopic”:“”,“closeQos”:“0”,“closePayload”:“”,“willTopic”:“”,“willQos”:“0”,“willPayload”:“”}]

which kind of node have you used for MQTT? have a look at this Using Node-RED as a Local Fallback Server

[{“id”:“3398adc6.1c2f22”,“type”:“cayenne actuator”,“z”:“78315230.30098c”,“qos”:“0”,“name”:“”,“datatype”:“”,“dataunit”:“”,“channel”:“”,“datatypeEx”:“none”,“dataunitEx”:“none”,“valuetypeEx”:“digital”,“x”:530.5,“y”:392,“wires”:[]}]

mi da solo ok in risposta

follow this tutorial

sono d’accordo, ma siccome cerano dei pulsati istallati in nodered, pensavo potessi usarli
image
questo usa l mqtt con la stringa “v1/user/ecc” e funziona ma da il feedback, cioe ilpunlsate in cayene rimane on premuto

image
questo è quello gia pronto della libreria mikejac e volevo capire perche non risponde

well, you need to send the command back to cayenne to show the changes. the above tutorial has it all.