Temperature, HTTP-Request #10573
-
Hi everyone, I want to implement (stuff that I think I figured out is denoted by () ) for my Sonoff TH16
I'm very thankfull for any input (sample code, reference to a file from the repo, buzzword that might show the direction) concerning:
I used to be not too bad with Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, you don't need to program or modify Tasmota for that. It is already supported. And there are plenty of examples in the docs and in old issues. Please do a search. You can use the Tasmota feature called RULES and the command WEBSEND. Please, read the docs. Thanks. |
Beta Was this translation helpful? Give feedback.
-
You can implement this using Rules, Websend and setting teleperiod to 10 seconds Something like |
Beta Was this translation helpful? Give feedback.
-
Can I get you guys a beer? https://paypal.me/tasmota ? |
Beta Was this translation helpful? Give feedback.
You can implement this using Rules, Websend and setting teleperiod to 10 seconds
Something like
on tele-DS18B20#Temperature do Websend [serverip] /rest/api/endpoint?%value%
should do it