Smappee value to Google nest mini

How can i sent a realtime value of my smappee to a google nest mini?
for example: 'My electricity consumption is (value) watt'

Somebody can help me?
Best regards,
Willem

I use node-red-contrib-cast

with this flow:

[{"id":"a6485631.276f78","type":"cast-to-client","z":"36e8b2b6.02004e","name":"","url":"","contentType":"","message":"","language":"it","ip":"192.168.1.53","port":"8009","volume":"60","x":1930,"y":140,"wires":[]},{"id":"ef587d7d.bba76","type":"change","z":"36e8b2b6.02004e","name":"","rules":[{"t":"set","p":"ip","pt":"msg","to":"192.168.1.53","tot":"str"},{"t":"set","p":"language","pt":"msg","to":"it","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1720,"y":140,"wires":[["a6485631.276f78"]]},{"id":"ecacb570.26c668","type":"function","z":"36e8b2b6.02004e","name":"","func":"msg.message= "Attenzione consumo maggiore " + msg.payload.watt+ "watt"\n\nreturn msg;","outputs":1,"noerr":0,"x":1570,"y":140,"wires":[["ef587d7d.bba76"]]}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.