IP Thermometer Basic

(25 customer reviews)

55,00 

The IP Thermometer Basic is a plug-and-play, standalone solution designed for precise temperature monitoring with simplicity in mind. Whether you are managing a server room, a cold storage facility, or a smart home, this device provides high-accuracy data directly to your web browser or monitoring software.

Description

🔌 Plug & Play Installation
Power via any standard USB port—no assembly required. Includes a 1m USB power cable and integrated 1m waterproof probe for immediate deployment.

🛡️ Standalone & Secure
Built-in web server operates entirely on your local network. Unlike cloud-dependent solutions (Sonoff, etc.), your device remains accessible without internet connectivity or third-party services.

🎯 Industrial-Grade Precision
Features the proven DS18B20 sensor delivering 0.1°C resolution across an extreme temperature range of -55°C to +125°C.

🚀 Enterprise-Ready Integration
Native compatibility with professional monitoring platforms including Zabbix, PRTG Network Monitor, Home Assistant, and IFTTT.


Technical Specifications

Specification Details
Sensor DS18B20 (Waterproof probe, 1m integrated cable)
Temperature Range -55°C to +125°C (-67°F to 257°F)
Resolution 0.1°C
Accuracy ±0.5°C (-10°C to +85°C)
Connectivity 10Base-T Ethernet (compatible with 10/100/1000 networks)
Network Setup DHCP (default) or Static IP
Power USB-powered (PoE splitter compatible)
Display Units Celsius/Fahrenheit toggle
Security Password-protected configuration interface

📊 Flexible Data Access Methods

📱 Web Interface
Mobile-optimized interface accessible from any browser. View live readings and historical Min/Max values by entering the device IP address.

💻 JSON API
Structured data endpoint (/prtg) ideal for custom applications, scripts, and direct integration with PRTG Network Monitor.

⚡ Simple HTTP Endpoint
Retrieve plain-text temperature via /t for lightweight integrations and automation scripts.

📡 Remote Push Notifications
Configure automated data transmission to your server or IFTTT via HTTP GET—triggered by intervals or temperature threshold alerts.


Try Before You Buy

Test the live interface:


Downloads

User_Manual PDF

Datasheet PDF

IP Thermometer Finder for Android

IP Thermometer Finder for Windows

IP Thermometer Finder for Linux (x86_64 GUI executable )

IP Thermometer Finder for MacOS (AArch64)


📦 Package Contents

  • 1× IP Thermometer Basic with integrated 1m waterproof probe
  • 1× USB Power Cable (1m)

Additional information

Weight 0,15 kg

25 reviews for IP Thermometer Basic

  1. rpbstuff

    Item as described, seller’s comms and service-excellent for an overseas sale++

  2. shl-cumbria

    Great item received in good time. Many thanks from ABS Cumbria.

  3. dagobertotorres

    The thermometer works as expected

  4. mcvld2

    Excellent service prompt communication very professional transaction. thanks

  5. mjc1408

    GREAT PRICE, FAST SHIPPING, EASY TRANSACTION!!! RECOMMENDED SELLER!!!

  6. ago1234

    Everything o.k. Device works very good!

  7. modellbahn-lover

    DANKE, bin Wiederholungskäufer, weil ich so zufrieden mit den Produkten und der Kommunikation bin – sofort wieder!

  8. juergen0804

    Ich bin begeistert . Gerne wieder! Schnelle Lieferung aus Litauen. Der Temperaturregler ist genau das, nach dem ich gesucht habe.👏👍

  9. vincent1409

    Parfait merci ! All working as expected

  10. plattlhaus

    recommended seller!

  11. atmerry

    Thank you for great tiems!

  12. florian vigl

    easy and simple solution. works perfectly. my dakboard dashboard is now showing the values from the ipthermometer json output. 👍

  13. Nicola

    good work! if there was poe even better

  14. Peter

    is it possible to automatically extract or export temperature by using a REST API?

    • Ricardas

      Hi, you can get temperature readings by doing a simple http request http://thermometer_ip/t

  15. Yonas

    Hello, Is it possible to speed up from 10MBit/s to 100MBit/s. Thanks

    • Ricardas

      Hi, the IP thermometer uses a 10Mbit/s network module, but is fully compatible with 10/100/1000Base-T networks.

  16. John McCulloch

    Great product, works straight out of the box. A couple of further enhancements would be great:

  17. John McCulloch

    The option of resetting min/max as part of the query string would be great, something like:

    http://ipt1/resetminmax?pass=1234

  18. John McCulloch

    Could you explain what “Refresh WEB:” in the config does?

    • Ricardas

      Reloads the main web page at a set interval.

  19. John McCulloch

    FYI – here’s a sample webservice running on IIS (.asmx page) to upload periodic data:

    [WebMethod]
    [ScriptMethod(UseHttpGet = true)]
    public void uploadTempIPT(string temp, string deviceID)
    {
      var ServerDateTime = DateTime.Now;

      string constr = ConfigurationManager.ConnectionStrings[“WagramEnvironment”].ConnectionString;
      using (SqlConnection conn = new SqlConnection(constr))
      {
    SqlCommand cmd = new SqlCommand(“sp_InsertTempHumidity”, conn);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.AddWithValue(“@deviceID”, deviceID);
    cmd.Parameters.AddWithValue(“@temp”, temp);
    cmd.Parameters.AddWithValue(“@ServerDateTime”, ServerDateTime.ToString(“yyyy-MM-dd HH:mm:ss”));
    cmd.Connection = conn;
    conn.Open();
    cmd.ExecuteNonQuery();
    conn.Close();

      }
    }

    sample ipt config graphic attached.

  20. Swen

    Hello,

    MQTT and SNMP will be great.

  21. Stefan

    can this be queried by an SNMP request? is there a tutorial?

    • Ricardas

      Hi, SNMP is not supported in this version.

  22. Torsten

    Hello,
    here another feature request.
    A PoE Power over Ethernet function would be a perfect fit for your products.

    best regards,

    Torsten

  23. Sebastian

    Awesome product! Keep up the good work. It’s working perfectly.

    • Ricardas

      Thank you, Sebastian! We really appreciate your feedback. Glad to hear it’s working perfectly for you! 😊

  24. Tim

    Hi there, Can you tell me when the POE-version is available?

    • Ricardas

      Hi Tim, thanks for your comment! 
      I currently have a PoE splitter solution that works well with my sensors. It might be a suitable option for your needs.
      https://ipthermometer.eu/poe-splitter/

  25. Tim

    Hi there, is it possible to send a warning mail (SMTP, e.g.) after passing a specific temperature?

    • Ricardas

      Thanks for your question! The device doesn’t natively support SMTP or email sending, but you can easily integrate it with IFTTT service. This allows you to trigger emails, SMS, or even post temperature updates to Twitter when a certain threshold is passed.

      https://www.youtube.com/watch?v=_UKMRH5wQEU

Add a review

Your email address will not be published. Required fields are marked *

Add to cart