Hi,
I have a mqtt temperature sensor, he is sending every 10 sec. the temperature in msg.payload.temperature. Now I want to send the temperature every morning via telegram to my cell phone. But i don't know how to do it.
What I tried is this: Normaly I would pu the http request for telegram instead of the debug.
I would be very thankdul if someone could help me.
[{"id":"b7172174.54be78","type":"tab","label":"Demo","disabled":false,"info":""},{"id":"34e90532.2c498a","type":"mqtt in","z":"b7172174.54be78","name":"Temp Büro","topic":"zigbee2mqtt/1 Temp Büro","qos":"2","datatype":"auto","broker":"c1318d39.47b658","x":483,"y":257,"wires":[["64161d1f.c342dc"]]},{"id":"64161d1f.c342dc","type":"json","z":"b7172174.54be78","name":"","property":"payload","action":"","pretty":false,"x":711,"y":257,"wires":[["37f522c7.7959a6"]]},{"id":"37f522c7.7959a6","type":"change","z":"b7172174.54be78","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.temperature","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":940,"y":256,"wires":[["270bcde1.6383e2"]]},{"id":"3c875f9e.411678","type":"inject","z":"b7172174.54be78","name":"","topic":"Message 6:30","payload":"jetzt","payloadType":"flow","repeat":"","crontab":"30 06 * * *","once":false,"onceDelay":0.1,"x":478,"y":339,"wires":[["270bcde1.6383e2"]]},{"id":"270bcde1.6383e2","type":"function","z":"b7172174.54be78","name":"","func":"\n\nreturn msg;\n","outputs":1,"noerr":0,"x":1185,"y":349,"wires":[["a272415d.0ec4a8"]]},{"id":"a272415d.0ec4a8","type":"template","z":"b7172174.54be78","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Die Temperatur beträgt {{payload}} C","output":"str","x":1390,"y":350,"wires":[["e442844a.9810c"]]},{"id":"e442844a.9810c","type":"debug","z":"b7172174.54be78","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":1681,"y":230,"wires":[]},{"id":"c1318d39.47b658","type":"mqtt-broker","z":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","willTopic":"","willQos":"0","willPayload":""}]