User Tools

Site Tools


tasmota_temperatures_to_iotplotter.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tasmota_temperatures_to_iotplotter.com [2026/01/26 14:11]
me
tasmota_temperatures_to_iotplotter.com [2026/01/26 14:19] (current)
me
Line 1: Line 1:
-Tasmota rules to send temperatures to iotplotter.com+Tasmota rules to send temperatures to [[http://iotplotter.com]]
  
-replace the x's with iotplotter.com account access details.+replace the x's with [[http://iotplotter.com]] account access details.
  
-iotplotter.com is a free service for graphing. +[[http://iotplotter.com]] is a free service for graphing. 
  
  
  
 rule1 rule1
-on tele-DS18B20-1#Temperature<200  var1 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,SolarFlow,%value% endon   + 
-on tele-DS18B20-2#Temperature<100  var2 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,TankTop,%value% endon   +on tele-DS18B20-1#Temperature<200  var1 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,SolarFlow,%value% endon  
-on tele-DS18B20-3#Temperature<100  var3 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,TankMiddle,%value% endon  +  
-on tele-DS18B20-4#Temperature<100  var4 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,Outside,%value% endon +on tele-DS18B20-2#Temperature<100  var2 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,TankTop,%value% endon  
 +  
 +on tele-DS18B20-3#Temperature<100  var3 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,TankMiddle,%value% endon 
 +  
 +on tele-DS18B20-4#Temperature<100  var4 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,Outside,%value% endon 
 + 
 on tele-DS18B20-5#Temperature<100  var5 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,Shed,%value% endon  on tele-DS18B20-5#Temperature<100  var5 %value%; do  WebQuery http://iotplotter.com/api/v2/feed/xxxxxxxxxxxxxxxxxx.csv POST [api-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | Content-Type: application/x-www-form-urlencoded | Content-Length: 25| host: iotplotter.com ] 0,Shed,%value% endon 
tasmota_temperatures_to_iotplotter.com.1769436670.txt.gz · Last modified: 2026/01/26 14:11 by me